Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dcancel.c315 prepare_to_wait(&ctx->cq_wait, &wait, TASK_INTERRUPTIBLE); in io_sync_cancel()
334 finish_wait(&ctx->cq_wait, &wait); in io_sync_cancel()
H A Dio_uring.h318 if (wq_has_sleeper(&ctx->cq_wait)) in io_cqring_wake()
319 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_wake()
H A Dio_uring.c350 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()
2603 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()
2651 finish_wait(&ctx->cq_wait, &iowq.wq); in io_cqring_wait()
/linux-6.15/include/linux/
H A Dio_uring_types.h362 struct wait_queue_head cq_wait; member