Searched refs:IORING_SQ_NEED_WAKEUP (Results 1 – 3 of 3) sorted by relevance
343 atomic_or(IORING_SQ_NEED_WAKEUP, in io_sq_thread()370 atomic_andnot(IORING_SQ_NEED_WAKEUP, in io_sq_thread()384 atomic_or(IORING_SQ_NEED_WAKEUP, &ctx->rings->sq_flags); in io_sq_thread()
450 #define IORING_SQ_NEED_WAKEUP (1U << 0) /* needs io_uring_enter wakeup */ macro
511 #define IORING_SQ_NEED_WAKEUP (1U << 0) /* needs io_uring_enter wakeup */ macro