Home
last modified time | relevance | path

Searched refs:ALLOC_NOFRAGMENT (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dinternal.h1125 #define ALLOC_NOFRAGMENT 0x100 /* avoid mixing pageblock types */
1127 #define ALLOC_NOFRAGMENT 0x0
1131 #define ALLOC_NOFRAGMENT global() macro
1133 #define ALLOC_NOFRAGMENT global() macro
H A Dpage_alloc.c2178 if (order < pageblock_order && alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_fallback()
3297 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()
3332 no_fallback = alloc_flags & ALLOC_NOFRAGMENT; in get_page_from_freelist()
3383 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()
3484 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()