Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dinternal.h781 #define ALLOC_NOFRAGMENT 0x100 /* avoid mixing pageblock types */ macro
783 #define ALLOC_NOFRAGMENT 0x0 macro
Dpage_alloc.c2933 if (alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_fallback()
4060 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()
4095 no_fallback = alloc_flags & ALLOC_NOFRAGMENT; in get_page_from_freelist()
4146 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()
4224 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()