Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmemcontrol.h90 bool mem_cgroup_is_descendant(struct mem_cgroup *memcg,
109 match = mem_cgroup_is_descendant(task_memcg, memcg); in mm_match_cgroup()
/linux-4.1.27/mm/
Dmemcontrol.c1277 bool mem_cgroup_is_descendant(struct mem_cgroup *memcg, struct mem_cgroup *root) in mem_cgroup_is_descendant() function
1307 ret = mem_cgroup_is_descendant(task_memcg, memcg); in task_in_mem_cgroup()
1407 ret = mem_cgroup_is_descendant(from, memcg) || in mem_cgroup_under_move()
1408 mem_cgroup_is_descendant(to, memcg); in mem_cgroup_under_move()
1843 if (!mem_cgroup_is_descendant(wake_memcg, oom_wait_memcg) && in memcg_oom_wake_function()
1844 !mem_cgroup_is_descendant(oom_wait_memcg, wake_memcg)) in memcg_oom_wake_function()
2158 if (!mem_cgroup_is_descendant(memcg, root_memcg)) in drain_all_stock()