Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dcancel.c316 prepare_to_wait(&ctx->cq_wait, &wait, TASK_INTERRUPTIBLE); in io_sync_cancel()
335 finish_wait(&ctx->cq_wait, &wait); in io_sync_cancel()
Dio_uring.h247 if (wq_has_sleeper(&ctx->cq_wait)) in io_cqring_wake()
248 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_wake()
Dio_uring.c335 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()
2618 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()
2656 finish_wait(&ctx->cq_wait, &iowq.wq); in io_cqring_wait()
/Linux-v6.6/include/linux/
Dio_uring_types.h293 struct wait_queue_head cq_wait; member