Searched refs:cq_wait (Results 1 – 1 of 1) sorted by relevance
357 struct wait_queue_head cq_wait; member1165 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()1210 if (wq_has_sleeper(&ctx->cq_wait)) { in __io_commit_cqring()1211 wake_up_interruptible(&ctx->cq_wait); in __io_commit_cqring()8325 poll_wait(file, &ctx->cq_wait, wait); in io_uring_poll()