Searched refs:cq_wait (Results 1 – 1 of 1) sorted by relevance
403 struct wait_queue_head cq_wait; member1350 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()1650 if (wq_has_sleeper(&ctx->cq_wait)) in io_cqring_ev_posted()1651 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_ev_posted()1668 if (waitqueue_active(&ctx->cq_wait)) in io_cqring_ev_posted_iopoll()1669 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_ev_posted_iopoll()7916 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()7919 finish_wait(&ctx->cq_wait, &iowq.wq); in io_cqring_wait()