Home
last modified time | relevance | path

Searched refs:next_mz (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/mm/
Dmemcontrol.c2937 struct mem_cgroup_per_zone *mz, *next_mz = NULL; in mem_cgroup_soft_limit_reclaim() local
2954 if (next_mz) in mem_cgroup_soft_limit_reclaim()
2955 mz = next_mz; in mem_cgroup_soft_limit_reclaim()
2973 next_mz = NULL; in mem_cgroup_soft_limit_reclaim()
2975 next_mz = __mem_cgroup_largest_soft_limit_node(mctz); in mem_cgroup_soft_limit_reclaim()
2997 (next_mz == NULL || in mem_cgroup_soft_limit_reclaim()
3001 if (next_mz) in mem_cgroup_soft_limit_reclaim()
3002 css_put(&next_mz->memcg->css); in mem_cgroup_soft_limit_reclaim()