Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A 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()
H A Dio_uring.h259 if (wq_has_sleeper(&ctx->cq_wait))
260 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_sqring_full()
H A Dio_uring.c324 init_waitqueue_head(&ctx->cq_wait); in io_ring_ctx_alloc()
2631 prepare_to_wait_exclusive(&ctx->cq_wait, &iowq.wq, in io_cqring_wait()
2679 finish_wait(&ctx->cq_wait, &iowq.wq); in io_cqring_wait()
/openbmc/linux/include/linux/
H A Dio_uring_types.h292 struct wait_queue_head cq_wait; member