Lines Matching refs:ALLOC_HARDER
3494 if (order > 0 && alloc_flags & ALLOC_HARDER) {
3604 const bool alloc_harder = (alloc_flags & (ALLOC_HARDER|ALLOC_OOM));
3608 * If the caller does not have rights to ALLOC_HARDER then subtract
3636 const bool alloc_harder = (alloc_flags & (ALLOC_HARDER|ALLOC_OOM));
3646 * OOM victims can try even harder than normal ALLOC_HARDER
3951 if (unlikely(order && (alloc_flags & ALLOC_HARDER)))
4479 * set both ALLOC_HARDER (__GFP_ATOMIC) and ALLOC_HIGH (__GFP_HIGH).
4490 alloc_flags |= ALLOC_HARDER;
4497 alloc_flags |= ALLOC_HARDER;
4945 page = __alloc_pages_cpuset_fallback(gfp_mask, order, ALLOC_HARDER, ac);