Searched refs:reserve_flags (Results 1 – 1 of 1) sorted by relevance
4695 int reserve_flags; in __alloc_pages_slowpath() local4804 reserve_flags = __gfp_pfmemalloc_flags(gfp_mask); in __alloc_pages_slowpath()4805 if (reserve_flags) in __alloc_pages_slowpath()4806 alloc_flags = current_alloc_flags(gfp_mask, reserve_flags); in __alloc_pages_slowpath()4813 if (!(alloc_flags & ALLOC_CPUSET) || reserve_flags) { in __alloc_pages_slowpath()