Home
last modified time | relevance | path

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

/fs/
Dio_uring.c220 struct wait_queue_head cq_wait; member
408 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()