ALLOC_NOFRAGMENT
if (order < pageblock_order && alloc_flags & ALLOC_NOFRAGMENT)
if (!(alloc_flags & ALLOC_NOFRAGMENT)) {
alloc_flags |= ALLOC_NOFRAGMENT;
alloc_flags |= ALLOC_NOFRAGMENT;
no_fallback = alloc_flags & ALLOC_NOFRAGMENT;
alloc_flags &= ~ALLOC_NOFRAGMENT;
alloc_flags &= ~ALLOC_NOFRAGMENT;
alloc_flags |= ALLOC_NOFRAGMENT;
if (defrag_mode && (alloc_flags & ALLOC_NOFRAGMENT)) {
alloc_flags &= ~ALLOC_NOFRAGMENT;