Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dinternal.h612 #define ALLOC_NOFRAGMENT 0x100 /* avoid mixing pageblock types */ macro
614 #define ALLOC_NOFRAGMENT 0x0 macro
H A Dpage_alloc.c2888 if (alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_fallback()
3938 alloc_flags |= ALLOC_NOFRAGMENT; in alloc_flags_nofragment()
3976 no_fallback = alloc_flags & ALLOC_NOFRAGMENT; in get_page_from_freelist()
4027 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()
4105 alloc_flags &= ~ALLOC_NOFRAGMENT; in get_page_from_freelist()