Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c332 wait_queue_head_t ctx_msgq_wait; member
906 init_waitqueue_head(&ctx->ctx_msgq_wait); in pfm_context_alloc()
1578 add_wait_queue(&ctx->ctx_msgq_wait, &wait); in pfm_read()
1617 remove_wait_queue(&ctx->ctx_msgq_wait, &wait); in pfm_read()
1668 poll_wait(filp, &ctx->ctx_msgq_wait, wait); in pfm_poll()
5096 if (msg) wake_up_interruptible(&ctx->ctx_msgq_wait); in pfm_notify_user()