Searched refs:reserve_flags (Results 1 – 1 of 1) sorted by relevance
3913 int reserve_flags; in __alloc_pages_slowpath() local4024 reserve_flags = __gfp_pfmemalloc_flags(gfp_mask); in __alloc_pages_slowpath()4025 if (reserve_flags) in __alloc_pages_slowpath()4026 alloc_flags = gfp_to_alloc_flags_cma(gfp_mask, reserve_flags) | in __alloc_pages_slowpath()4034 if (!(alloc_flags & ALLOC_CPUSET) || reserve_flags) { in __alloc_pages_slowpath()