Searched refs:cq_wait (Results 1 – 1 of 1) sorted by relevance
220 struct wait_queue_head cq_wait; member408 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()480 if (wq_has_sleeper(&ctx->cq_wait)) { in __io_commit_cqring()481 wake_up_interruptible(&ctx->cq_wait); in __io_commit_cqring()3610 poll_wait(file, &ctx->cq_wait, wait); in io_uring_poll()