Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dmemcontrol.c3530 struct mem_cgroup_per_node *mz, *next_mz = NULL; in mem_cgroup_soft_limit_reclaim() local
3558 if (next_mz) in mem_cgroup_soft_limit_reclaim()
3559 mz = next_mz; in mem_cgroup_soft_limit_reclaim()
3574 next_mz = NULL; in mem_cgroup_soft_limit_reclaim()
3576 next_mz = __mem_cgroup_largest_soft_limit_node(mctz); in mem_cgroup_soft_limit_reclaim()
3598 (next_mz == NULL || in mem_cgroup_soft_limit_reclaim()
3602 if (next_mz) in mem_cgroup_soft_limit_reclaim()
3603 css_put(&next_mz->memcg->css); in mem_cgroup_soft_limit_reclaim()