Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dinternal.h447 #define ALLOC_FAIR 0x100 /* fair zone allocation */ macro
Dpage_alloc.c2531 if (alloc_flags & ALLOC_FAIR) { in get_page_from_freelist()
2626 if (alloc_flags & ALLOC_FAIR) { in get_page_from_freelist()
2627 alloc_flags &= ~ALLOC_FAIR; in get_page_from_freelist()
3198 int alloc_flags = ALLOC_WMARK_LOW|ALLOC_CPUSET|ALLOC_FAIR; in __alloc_pages_nodemask()