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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon.c328 wait_queue_head_t ctx_msgq_wait; member in struct:pfm_context
912 init_waitqueue_head(&ctx->ctx_msgq_wait);
1551 add_wait_queue(&ctx->ctx_msgq_wait, &wait);
1590 remove_wait_queue(&ctx->ctx_msgq_wait, &wait);
1641 poll_wait(filp, &ctx->ctx_msgq_wait, wait);
5060 if (msg) wake_up_interruptible(&ctx->ctx_msgq_wait);

Completed in 123 milliseconds