Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dmemcontrol.c2781 struct mem_cgroup_per_node *mz, *next_mz = NULL; in mem_cgroup_soft_limit_reclaim() local
2807 if (next_mz) in mem_cgroup_soft_limit_reclaim()
2808 mz = next_mz; in mem_cgroup_soft_limit_reclaim()
2826 next_mz = NULL; in mem_cgroup_soft_limit_reclaim()
2828 next_mz = __mem_cgroup_largest_soft_limit_node(mctz); in mem_cgroup_soft_limit_reclaim()
2850 (next_mz == NULL || in mem_cgroup_soft_limit_reclaim()
2854 if (next_mz) in mem_cgroup_soft_limit_reclaim()
2855 css_put(&next_mz->memcg->css); in mem_cgroup_soft_limit_reclaim()