Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dinternal.h600 #define ALLOC_NOFRAGMENT 0x100 /* avoid mixing pageblock types */ macro
602 #define ALLOC_NOFRAGMENT 0x0 macro
Dpage_alloc.c2908 if (alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_fallback()
4018 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()
4052 no_fallback = alloc_flags & ALLOC_NOFRAGMENT; in get_page_from_freelist()
4103 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()
4181 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()