Searched refs:IORING_SETUP_CLAMP (Results 1 – 5 of 5) sorted by relevance
316 if (!(p->flags & IORING_SETUP_CLAMP)) in io_uring_mlock_size_params()327 if (!(p->flags & IORING_SETUP_CLAMP)) in io_uring_mlock_size_params()
93 #define IORING_SETUP_CLAMP (1U << 4) /* clamp SQ/CQ ring sizes */ macro
116 #define IORING_SETUP_CLAMP (1U << 4) /* clamp SQ/CQ ring sizes */ macro
144 #define IORING_SETUP_CLAMP (1U << 4) /* clamp SQ/CQ ring sizes */ macro
88 pub const IORING_SETUP_CLAMP: u32 = 16; constant