Home
last modified time | relevance | path

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

/mm/
A Dpage_alloc.c2377 if (order < pageblock_order && alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_claim()
2507 if (!(alloc_flags & ALLOC_NOFRAGMENT)) { in __rmqueue()
3678 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()
3698 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()
3733 no_fallback = alloc_flags & ALLOC_NOFRAGMENT; in get_page_from_freelist()
3784 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()
3885 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()
4428 alloc_flags |= ALLOC_NOFRAGMENT; in gfp_to_alloc_flags()
4821 if (defrag_mode && (alloc_flags & ALLOC_NOFRAGMENT)) { in __alloc_pages_slowpath()
4822 alloc_flags &= ~ALLOC_NOFRAGMENT; in __alloc_pages_slowpath()
A Dinternal.h1295 #define ALLOC_NOFRAGMENT 0x100 /* avoid mixing pageblock types */ macro
1297 #define ALLOC_NOFRAGMENT 0x0 macro

Completed in 38 milliseconds