Searched refs:ctx_task (Results 1 - 1 of 1) sorted by relevance

/arch/ia64/kernel/
H A Dperfmon.c120 #define PFM_CTX_TASK(h) (h)->ctx_task
289 struct task_struct *ctx_task; /* task to which context is attached */ member in struct:pfm_context
1771 if (owner != ctx->ctx_task) {
1774 task_pid_nr(owner), task_pid_nr(ctx->ctx_task));
1784 DPRINT(("on CPU%d forcing system wide stop for [%d]\n", smp_processor_id(), task_pid_nr(ctx->ctx_task)));
2865 task = ctx->ctx_task;
2874 * It does not have to be the owner (ctx_task) of the context per se.
3105 task = ctx->ctx_task;
3117 * It does not have to be the owner (ctx_task) of the context per se.
3305 task = ctx->ctx_task;
[all...]

Completed in 12 milliseconds