Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
H A Dsqpoll.c196 if (to_submit && wq_has_sleeper(&ctx->sqo_sq_wait)) in __io_sq_thread()
197 wake_up(&ctx->sqo_sq_wait); in __io_sq_thread()
333 prepare_to_wait(&ctx->sqo_sq_wait, &wait, TASK_INTERRUPTIBLE); in io_sqpoll_wait_sq()
340 finish_wait(&ctx->sqo_sq_wait, &wait); in io_sqpoll_wait_sq()
H A Dio_uring.c310 init_waitqueue_head(&ctx->sqo_sq_wait); in io_ring_ctx_alloc()
/kernel/linux/linux-6.6/include/linux/
H A Dio_uring_types.h319 struct wait_queue_head sqo_sq_wait; member
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c393 struct wait_queue_head sqo_sq_wait; member
1339 init_waitqueue_head(&ctx->sqo_sq_wait); in io_ring_ctx_alloc()
7478 if (to_submit && wq_has_sleeper(&ctx->sqo_sq_wait)) in __io_sq_thread()
7479 wake_up(&ctx->sqo_sq_wait); in __io_sq_thread()
10015 prepare_to_wait(&ctx->sqo_sq_wait, &wait, TASK_INTERRUPTIBLE); in io_sqpoll_wait_sq()
10022 finish_wait(&ctx->sqo_sq_wait, &wait); in io_sqpoll_wait_sq()

Completed in 26 milliseconds