Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dmemcontrol-v1.c451 ret = mem_cgroup_is_descendant(from, memcg) || in mem_cgroup_under_move()
452 mem_cgroup_is_descendant(to, memcg); in mem_cgroup_under_move()
2207 if (!mem_cgroup_is_descendant(wake_memcg, oom_wait_memcg) && in memcg_oom_wake_function()
2208 !mem_cgroup_is_descendant(oom_wait_memcg, wake_memcg)) in memcg_oom_wake_function()
Dmemcontrol.c1666 if (unlikely(!mem_cgroup_is_descendant(memcg, oom_domain))) in mem_cgroup_get_oom_group()
1859 mem_cgroup_is_descendant(memcg, root_memcg)) in drain_all_stock()
2841 if (memcg && mem_cgroup_is_descendant(memcg, root_memcg)) in obj_stock_flush_required()
/linux-6.12.1/include/linux/
Dmemcontrol.h902 static inline bool mem_cgroup_is_descendant(struct mem_cgroup *memcg, in mem_cgroup_is_descendant() function
919 match = mem_cgroup_is_descendant(task_memcg, memcg); in mm_match_cgroup()