Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dcancel.c323 prepare_to_wait(&ctx->cq_wait, &wait, TASK_INTERRUPTIBLE); in io_sync_cancel()
342 finish_wait(&ctx->cq_wait, &wait); in io_sync_cancel()
Dio_uring.h278 if (wq_has_sleeper(&ctx->cq_wait)) in io_cqring_wake()
279 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_wake()
Dio_uring.c328 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()
2587 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()
2635 finish_wait(&ctx->cq_wait, &iowq.wq); in io_cqring_wait()
/linux-6.12.1/include/linux/
Dio_uring_types.h330 struct wait_queue_head cq_wait; member