Searched refs:IORING_SQ_NEED_WAKEUP (Results 1 – 2 of 2) sorted by relevance
207 #define IORING_SQ_NEED_WAKEUP (1U << 0) /* needs io_uring_enter wakeup */ macro
240 pub const IORING_SQ_NEED_WAKEUP: ::std::os::raw::c_uint = 1; constant