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

/linux-master/include/linux/
H A Dmemcontrol.h895 static inline bool mem_cgroup_is_descendant(struct mem_cgroup *memcg, function
912 match = mem_cgroup_is_descendant(task_memcg, memcg);
/linux-master/mm/
H A Dmemcontrol.c1519 ret = mem_cgroup_is_descendant(from, memcg) ||
1520 mem_cgroup_is_descendant(to, memcg);
1978 if (!mem_cgroup_is_descendant(wake_memcg, oom_wait_memcg) &&
1979 !mem_cgroup_is_descendant(oom_wait_memcg, wake_memcg))
2144 if (unlikely(!mem_cgroup_is_descendant(memcg, oom_domain)))
2432 mem_cgroup_is_descendant(memcg, root_memcg))
3515 if (memcg && mem_cgroup_is_descendant(memcg, root_memcg))

Completed in 176 milliseconds