Searched refs:cq_wait (Results 1 – 1 of 1) sorted by relevance
403 struct wait_queue_head cq_wait; member1309 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()1607 if (wq_has_sleeper(&ctx->cq_wait)) in io_cqring_ev_posted()1608 wake_up_all(&ctx->cq_wait); in io_cqring_ev_posted()1623 if (waitqueue_active(&ctx->cq_wait)) in io_cqring_ev_posted_iopoll()1624 wake_up_all(&ctx->cq_wait); in io_cqring_ev_posted_iopoll()7603 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()7606 finish_wait(&ctx->cq_wait, &iowq.wq); in io_cqring_wait()