Searched refs:ALLOC_FAIR (Results 1 – 2 of 2) sorted by relevance
435 #define ALLOC_FAIR 0x100 /* fair zone allocation */ macro
2148 if (alloc_flags & ALLOC_FAIR) { in get_page_from_freelist()2271 if (alloc_flags & ALLOC_FAIR) { in get_page_from_freelist()2272 alloc_flags &= ~ALLOC_FAIR; in get_page_from_freelist()2875 int alloc_flags = ALLOC_WMARK_LOW|ALLOC_CPUSET|ALLOC_FAIR; in __alloc_pages_nodemask()