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

/linux-4.4.14/mm/
H A Dmemcontrol.c1514 static int mem_cgroup_soft_reclaim(struct mem_cgroup *root_memcg, mem_cgroup_soft_reclaim() argument
1529 excess = soft_limit_excess(root_memcg); mem_cgroup_soft_reclaim()
1532 victim = mem_cgroup_iter(root_memcg, victim, &reclaim); mem_cgroup_soft_reclaim()
1558 if (!soft_limit_excess(root_memcg)) mem_cgroup_soft_reclaim()
1561 mem_cgroup_iter_break(root_memcg, victim); mem_cgroup_soft_reclaim()
1950 * Drains all per-CPU charge caches for given root_memcg resp. subtree
1953 static void drain_all_stock(struct mem_cgroup *root_memcg) drain_all_stock() argument
1970 if (!mem_cgroup_is_descendant(memcg, root_memcg)) for_each_online_cpu()

Completed in 88 milliseconds