Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dio_uring.c211 wait_queue_head_t sqo_wait; member
587 if (waitqueue_active(&ctx->sqo_wait)) in io_cqring_ev_posted()
588 wake_up(&ctx->sqo_wait); in io_cqring_ev_posted()
2736 prepare_to_wait(&ctx->sqo_wait, &wait, in io_sq_thread()
2747 finish_wait(&ctx->sqo_wait, &wait); in io_sq_thread()
2753 finish_wait(&ctx->sqo_wait, &wait); in io_sq_thread()
2758 finish_wait(&ctx->sqo_wait, &wait); in io_sq_thread()
3164 init_waitqueue_head(&ctx->sqo_wait); in io_sq_offload_start()
3684 wake_up(&ctx->sqo_wait); in SYSCALL_DEFINE6()