Searched defs:ctx_state (Results 1 - 1 of 1) sorted by relevance

/arch/ia64/kernel/
H A Dperfmon.c288 unsigned int ctx_state; /* state: active/inactive (no bitfield) */ member in struct:pfm_context
876 ctx->ctx_state = PFM_CTX_UNLOADED;
1009 if (ctx->ctx_state != PFM_CTX_MASKED) {
1011 task_pid_nr(task), task_pid_nr(current), ctx->ctx_state);
1846 state = ctx->ctx_state;
1852 DPRINT(("ctx_state=%d is_current=%d\n",
1901 DPRINT(("ctx_state=%d\n", ctx->ctx_state));
1976 state = ctx->ctx_state;
1982 DPRINT(("ctx_state
[all...]

Completed in 66 milliseconds