Searched refs:cq_wait (Results 1 – 4 of 4) sorted by relevance
320 prepare_to_wait(&ctx->cq_wait, &wait, TASK_INTERRUPTIBLE); in io_sync_cancel()339 finish_wait(&ctx->cq_wait, &wait); in io_sync_cancel()
431 __io_wq_wake(&ctx->cq_wait); in io_cqring_wake()
272 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()
397 struct wait_queue_head cq_wait; member