Home
last modified time | relevance | path

Searched refs:cq_wait (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/io_uring/
Dio_uring.h214 if (waitqueue_active(&ctx->cq_wait)) in __io_cqring_wake()
215 wake_up_all(&ctx->cq_wait); in __io_cqring_wake()
Dcancel.c287 prepare_to_wait(&ctx->cq_wait, &wait, TASK_INTERRUPTIBLE); in io_sync_cancel()
308 finish_wait(&ctx->cq_wait, &wait); in io_sync_cancel()
Dio_uring.c316 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()
2447 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()
2453 finish_wait(&ctx->cq_wait, &iowq.wq); in io_cqring_wait()
2653 poll_wait(file, &ctx->cq_wait, wait); in io_uring_poll()
/Linux-v6.1/include/linux/
Dio_uring_types.h284 struct wait_queue_head cq_wait; member