Searched refs:sqo_wait (Results 1 – 1 of 1) sorted by relevance
212 wait_queue_head_t sqo_wait; member402 init_waitqueue_head(&ctx->sqo_wait); in io_ring_ctx_alloc()614 if (waitqueue_active(&ctx->sqo_wait)) in io_cqring_ev_posted()615 wake_up(&ctx->sqo_wait); in io_cqring_ev_posted()2856 prepare_to_wait(&ctx->sqo_wait, &wait, in io_sq_thread()2867 finish_wait(&ctx->sqo_wait, &wait); in io_sq_thread()2873 finish_wait(&ctx->sqo_wait, &wait); in io_sq_thread()2878 finish_wait(&ctx->sqo_wait, &wait); in io_sq_thread()3720 wake_up(&ctx->sqo_wait); in SYSCALL_DEFINE6()