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

/linux-master/io_uring/
H A Dsqpoll.c201 if (to_submit && wq_has_sleeper(&ctx->sqo_sq_wait))
202 wake_up(&ctx->sqo_sq_wait);
390 prepare_to_wait(&ctx->sqo_sq_wait, &wait, TASK_INTERRUPTIBLE);
397 finish_wait(&ctx->sqo_sq_wait, &wait);
H A Dio_uring.c311 init_waitqueue_head(&ctx->sqo_sq_wait);
/linux-master/include/linux/
H A Dio_uring_types.h366 struct wait_queue_head sqo_sq_wait; member in struct:io_ring_ctx

Completed in 154 milliseconds