Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dcancel.c320 prepare_to_wait(&ctx->cq_wait, &wait, TASK_INTERRUPTIBLE); in io_sync_cancel()
339 finish_wait(&ctx->cq_wait, &wait); in io_sync_cancel()
H A Dio_uring.h431 __io_wq_wake(&ctx->cq_wait); in io_cqring_wake()
H A Dio_uring.c272 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()
/linux/include/linux/
H A Dio_uring_types.h397 struct wait_queue_head cq_wait; member