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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dr128_drm.h166 int ctx_owner; member in struct:drm_r128_sarea
H A Dradeon_drm.h227 int ctx_owner; member in struct:__anon1171
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dr128_drm.h174 int ctx_owner; member in struct:drm_r128_sarea
H A Dradeon_drm.h228 int ctx_owner; member in struct:__anon1199
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dperfmon.c224 struct task_struct *ctx_owner; /* pid of creator (debug) */ member in struct:pfm_context
1005 ctx->ctx_owner = current;
2376 * - the caller is the creator of the context (ctx_owner)
2380 if (ctx->ctx_owner != current && (ctx->ctx_fl_protected || task != current)) {
3652 * that the ctx_owner or ctx_notify_task do not disappear
3660 if (nctx->ctx_owner)
3661 atomic_inc(&nctx->ctx_owner->thread.pfm_owners_check);
3832 if (ctx->ctx_owner != NULL) {
3836 ctx->ctx_owner->pid,
3837 atomic_read(&ctx->ctx_owner
[all...]

Completed in 58 milliseconds