Searched refs:sqo_sq_wait (Results 1 – 3 of 3) sorted by relevance
197 if (to_submit && wq_has_sleeper(&ctx->sqo_sq_wait)) in __io_sq_thread()198 wake_up(&ctx->sqo_sq_wait); in __io_sq_thread()342 prepare_to_wait(&ctx->sqo_sq_wait, &wait, TASK_INTERRUPTIBLE); in io_sqpoll_wait_sq()349 finish_wait(&ctx->sqo_sq_wait, &wait); in io_sqpoll_wait_sq()
311 init_waitqueue_head(&ctx->sqo_sq_wait); in io_ring_ctx_alloc()
318 struct wait_queue_head sqo_sq_wait; member