Searched refs:cq_wait (Results 1 – 4 of 4) sorted by relevance
316 prepare_to_wait(&ctx->cq_wait, &wait, TASK_INTERRUPTIBLE); in io_sync_cancel()335 finish_wait(&ctx->cq_wait, &wait); in io_sync_cancel()
259 if (wq_has_sleeper(&ctx->cq_wait))260 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_sqring_full()
324 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc() 2631 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait() 2679 finish_wait(&ctx->cq_wait, &iowq.wq); in io_cqring_wait()
292 struct wait_queue_head cq_wait; member