Searched refs:IORING_SQ_NEED_WAKEUP (Results 1 – 3 of 3) sorted by relevance
270 atomic_or(IORING_SQ_NEED_WAKEUP, in io_sq_thread()296 atomic_andnot(IORING_SQ_NEED_WAKEUP, in io_sq_thread()307 atomic_or(IORING_SQ_NEED_WAKEUP, &ctx->rings->sq_flags); in io_sq_thread()
309 if (!sq_thread_poll || (*ring->flags & IORING_SQ_NEED_WAKEUP)) { in submitter_fn()314 if ((*ring->flags & IORING_SQ_NEED_WAKEUP)) in submitter_fn()
411 #define IORING_SQ_NEED_WAKEUP (1U << 0) /* needs io_uring_enter wakeup */ macro
Completed in 8 milliseconds