Searched refs:reserve_flags (Results 1 – 1 of 1) sorted by relevance
5037 int reserve_flags; in __alloc_pages_slowpath() local5156 reserve_flags = __gfp_pfmemalloc_flags(gfp_mask); in __alloc_pages_slowpath()5157 if (reserve_flags) in __alloc_pages_slowpath()5158 alloc_flags = gfp_to_alloc_flags_cma(gfp_mask, reserve_flags) | in __alloc_pages_slowpath()5166 if (!(alloc_flags & ALLOC_CPUSET) || reserve_flags) { in __alloc_pages_slowpath()