Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dwait.c263 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()
319 finish_wait(&ctx->cq_wait, &iowq.wq); in io_cqring_wait()
H A Dio_uring.h444 __io_wq_wake(&ctx->cq_wait); in io_cqring_wake()
H A Dio_uring.c274 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()
/linux/include/linux/
H A Dio_uring_types.h411 struct wait_queue_head cq_wait; member