Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c312 struct wait_queue_head sqo_sq_wait; member
1163 init_waitqueue_head(&ctx->sqo_sq_wait); in io_ring_ctx_alloc()
6737 if (!io_sqring_full(ctx) && wq_has_sleeper(&ctx->sqo_sq_wait)) in __io_sq_thread()
6738 wake_up(&ctx->sqo_sq_wait); in __io_sq_thread()
8922 prepare_to_wait(&ctx->sqo_sq_wait, &wait, TASK_INTERRUPTIBLE); in io_sqpoll_wait_sq()
8930 finish_wait(&ctx->sqo_sq_wait, &wait); in io_sqpoll_wait_sq()