Home
last modified time | relevance | path

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

/linux/mm/
A Dinternal.h642 #define ALLOC_NOFRAGMENT 0x100 /* avoid mixing pageblock types */ macro
644 #define ALLOC_NOFRAGMENT 0x0 macro
A Dpage_alloc.c2900 if (alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_fallback()
4012 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()
4046 no_fallback = alloc_flags & ALLOC_NOFRAGMENT; in get_page_from_freelist()
4097 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()
4175 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()

Completed in 19 milliseconds