Searched refs:cq_wait (Results 1 – 1 of 1) sorted by relevance
403 struct wait_queue_head cq_wait; member1357 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()1657 if (wq_has_sleeper(&ctx->cq_wait)) in io_cqring_ev_posted()1658 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_ev_posted()1675 if (waitqueue_active(&ctx->cq_wait)) in io_cqring_ev_posted_iopoll()1676 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_ev_posted_iopoll()7751 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()7754 finish_wait(&ctx->cq_wait, &iowq.wq); in io_cqring_wait()