Searched refs:ALLOC_NOFRAGMENT (Results 1 – 2 of 2) sorted by relevance
2205 if (order < pageblock_order && alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_claim()2333 if (!(alloc_flags & ALLOC_NOFRAGMENT)) { in __rmqueue()3504 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()3524 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()3559 no_fallback = alloc_flags & ALLOC_NOFRAGMENT; in get_page_from_freelist()3610 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()3711 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()4254 alloc_flags |= ALLOC_NOFRAGMENT; in gfp_to_alloc_flags()4647 if (defrag_mode && (alloc_flags & ALLOC_NOFRAGMENT)) { in __alloc_pages_slowpath()4648 alloc_flags &= ~ALLOC_NOFRAGMENT; in __alloc_pages_slowpath()
1259 #define ALLOC_NOFRAGMENT 0x100 /* avoid mixing pageblock types */ macro1261 #define ALLOC_NOFRAGMENT 0x0 macro