Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dmemcontrol.c1743 static int mem_cgroup_soft_reclaim(struct mem_cgroup *root_memcg, in mem_cgroup_soft_reclaim() argument
1757 excess = soft_limit_excess(root_memcg); in mem_cgroup_soft_reclaim()
1760 victim = mem_cgroup_iter(root_memcg, victim, &reclaim); in mem_cgroup_soft_reclaim()
1786 if (!soft_limit_excess(root_memcg)) in mem_cgroup_soft_reclaim()
1789 mem_cgroup_iter_break(root_memcg, victim); in mem_cgroup_soft_reclaim()
2225 struct mem_cgroup *root_memcg);
2232 struct mem_cgroup *root_memcg) in obj_stock_flush_required() argument
2340 static void drain_all_stock(struct mem_cgroup *root_memcg) in drain_all_stock() argument
2362 mem_cgroup_is_descendant(memcg, root_memcg)) in drain_all_stock()
2364 if (obj_stock_flush_required(stock, root_memcg)) in drain_all_stock()
[all …]