Home
last modified time | relevance | path

Searched refs:nctx (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c3984 pfm_context_t *nctx; in pfm_inherit() local
4059 nctx = pfm_context_alloc(); in pfm_inherit()
4060 if (nctx == NULL) return -ENOMEM; in pfm_inherit()
4063 *nctx = *ctx; in pfm_inherit()
4066 nctx->ctx_fl_inherit = PFM_FL_INHERIT_NONE; in pfm_inherit()
4082 if (nctx->ctx_notify_task) in pfm_inherit()
4083 atomic_inc(&nctx->ctx_notify_task->thread.pfm_notifiers_check); in pfm_inherit()
4085 if (nctx->ctx_owner) in pfm_inherit()
4086 atomic_inc(&nctx->ctx_owner->thread.pfm_owners_check); in pfm_inherit()
4096 m = nctx->ctx_used_pmds[0] >> PMU_FIRST_COUNTER; in pfm_inherit()
[all …]