Home
last modified time | relevance | path

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

/linux-6.3-rc2/io_uring/
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()
322 prepare_to_wait(&ctx->sqo_sq_wait, &wait, TASK_INTERRUPTIBLE); in io_sqpoll_wait_sq()
329 finish_wait(&ctx->sqo_sq_wait, &wait); in io_sqpoll_wait_sq()
A Dio_uring.c308 init_waitqueue_head(&ctx->sqo_sq_wait); in io_ring_ctx_alloc()
/linux-6.3-rc2/include/linux/
A Dio_uring_types.h268 struct wait_queue_head sqo_sq_wait; member

Completed in 15 milliseconds