Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dinternal.h909 #define ALLOC_NOFRAGMENT 0x100 /* avoid mixing pageblock types */ macro
911 #define ALLOC_NOFRAGMENT 0x0 macro
H A Dpage_alloc.c2036 * the zonelists will be reiterated without ALLOC_NOFRAGMENT. in __rmqueue_fallback()
2038 if (order < pageblock_order && alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_fallback()
3049 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()
3084 no_fallback = alloc_flags & ALLOC_NOFRAGMENT; in get_page_from_freelist()
3135 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()
3221 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()
4312 /* May set ALLOC_NOFRAGMENT, fragmentation will return 1 page. */ in __alloc_pages_bulk()