Searched refs:ALLOC_FAIR (Results 1 – 2 of 2) sorted by relevance
447 #define ALLOC_FAIR 0x100 /* fair zone allocation */ macro
2531 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()