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

/linux-4.4.14/include/linux/
H A Dmemcontrol.h323 static inline bool mem_cgroup_is_descendant(struct mem_cgroup *memcg, mem_cgroup_is_descendant() function
342 match = mem_cgroup_is_descendant(task_memcg, memcg); mm_match_cgroup()
/linux-4.4.14/mm/
H A Dmemcontrol.c1161 ret = mem_cgroup_is_descendant(task_memcg, memcg); task_in_mem_cgroup()
1219 ret = mem_cgroup_is_descendant(from, memcg) || mem_cgroup_under_move()
1220 mem_cgroup_is_descendant(to, memcg); mem_cgroup_under_move()
1669 if (!mem_cgroup_is_descendant(wake_memcg, oom_wait_memcg) && memcg_oom_wake_function()
1670 !mem_cgroup_is_descendant(oom_wait_memcg, wake_memcg)) memcg_oom_wake_function()
1970 if (!mem_cgroup_is_descendant(memcg, root_memcg)) for_each_online_cpu()

Completed in 121 milliseconds