Searched refs:mem_cgroup_is_descendant (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | memcontrol.h | 610 static inline bool mem_cgroup_is_descendant(struct mem_cgroup *memcg, in mem_cgroup_is_descendant() function 629 match = mem_cgroup_is_descendant(task_memcg, memcg); in mm_match_cgroup()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memcontrol.h | 907 static inline bool mem_cgroup_is_descendant(struct mem_cgroup *memcg, in mem_cgroup_is_descendant() function 924 match = mem_cgroup_is_descendant(task_memcg, memcg); in mm_match_cgroup()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memcontrol.c | 1494 ret = mem_cgroup_is_descendant(from, memcg) || in mem_cgroup_under_move() 1495 mem_cgroup_is_descendant(to, memcg); in mem_cgroup_under_move() 1922 if (!mem_cgroup_is_descendant(wake_memcg, oom_wait_memcg) && in memcg_oom_wake_function() 1923 !mem_cgroup_is_descendant(oom_wait_memcg, wake_memcg)) in memcg_oom_wake_function() 2110 if (unlikely(!mem_cgroup_is_descendant(memcg, oom_domain))) in mem_cgroup_get_oom_group() 2387 mem_cgroup_is_descendant(memcg, root_memcg)) in drain_all_stock() 3230 if (memcg && mem_cgroup_is_descendant(memcg, root_memcg)) in obj_stock_flush_required()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memcontrol.c | 1494 ret = mem_cgroup_is_descendant(from, memcg) || in mem_cgroup_under_move() 1495 mem_cgroup_is_descendant(to, memcg); in mem_cgroup_under_move() 1931 if (!mem_cgroup_is_descendant(wake_memcg, oom_wait_memcg) && in memcg_oom_wake_function() 1932 !mem_cgroup_is_descendant(oom_wait_memcg, wake_memcg)) in memcg_oom_wake_function() 2097 if (unlikely(!mem_cgroup_is_descendant(memcg, oom_domain))) in mem_cgroup_get_oom_group() 2385 mem_cgroup_is_descendant(memcg, root_memcg)) in drain_all_stock() 3349 if (memcg && mem_cgroup_is_descendant(memcg, root_memcg)) in obj_stock_flush_required()
|
Completed in 23 milliseconds