Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dinternal.h567 #define ALLOC_NOFRAGMENT 0x100 /* avoid mixing pageblock types */ macro
569 #define ALLOC_NOFRAGMENT 0x0 macro
Dpage_alloc.c2774 if (alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_fallback()
3764 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()
3801 no_fallback = alloc_flags & ALLOC_NOFRAGMENT; in get_page_from_freelist()
3852 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()
3930 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()