ALLOC_MIN_RESERVE
#define ALLOC_RESERVES (ALLOC_NON_BLOCK|ALLOC_MIN_RESERVE|ALLOC_HIGHATOMIC|ALLOC_OOM)
if (alloc_flags & ALLOC_MIN_RESERVE) {
if (unlikely(!order && (alloc_flags & ALLOC_MIN_RESERVE) && z->watermark_boost
BUILD_BUG_ON(__GFP_HIGH != (__force gfp_t) ALLOC_MIN_RESERVE);
if (order > 0 && (alloc_flags & ALLOC_MIN_RESERVE))
if (alloc_flags & ALLOC_MIN_RESERVE)
alloc_flags |= ALLOC_MIN_RESERVE;
page = __alloc_pages_cpuset_fallback(gfp_mask, order, ALLOC_MIN_RESERVE, ac);