Searched refs:ALLOC_HARDER (Results 1 – 2 of 2) sorted by relevance
501 #define ALLOC_HARDER 0x10 /* try to alloc harder */ macro
3288 if (alloc_flags & ALLOC_HARDER) { in rmqueue()3407 const bool alloc_harder = (alloc_flags & (ALLOC_HARDER|ALLOC_OOM)); in __zone_watermark_ok()3701 if (unlikely(order && (alloc_flags & ALLOC_HARDER))) in get_page_from_freelist()4205 alloc_flags |= ALLOC_HARDER; in gfp_to_alloc_flags()4212 alloc_flags |= ALLOC_HARDER; in gfp_to_alloc_flags()4660 page = __alloc_pages_cpuset_fallback(gfp_mask, order, ALLOC_HARDER, ac); in __alloc_pages_slowpath()