Searched refs:IORING_SQ_NEED_WAKEUP (Results 1 – 3 of 3) sorted by relevance
450 #define IORING_SQ_NEED_WAKEUP (1U << 0) /* needs io_uring_enter wakeup */ macro
576 #define IORING_SQ_NEED_WAKEUP (1U << 0) /* needs io_uring_enter wakeup */ macro
669 atomic_or(IORING_SQ_TASKRUN | IORING_SQ_NEED_WAKEUP, &n.rings->sq_flags); in io_register_resize_rings()