Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dinternal.h768 #define ALLOC_NOFRAGMENT 0x100 /* avoid mixing pageblock types */ macro
770 #define ALLOC_NOFRAGMENT 0x0 macro
A Dpage_alloc.c3030 if (order < pageblock_order && alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_fallback()
4187 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()
4222 no_fallback = alloc_flags & ALLOC_NOFRAGMENT; in get_page_from_freelist()
4273 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()
4351 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()

Completed in 20 milliseconds