Home
last modified time | relevance | path

Searched refs:css_rightmost_descendant (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/kernel/cgroup/
Dcpuset.c667 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree()
811 pos_css = css_rightmost_descendant(pos_css); in generate_sched_domains()
947 pos_css = css_rightmost_descendant(pos_css); in rebuild_root_domains()
1330 pos_css = css_rightmost_descendant(pos_css); in update_cpumasks_hier()
1730 pos_css = css_rightmost_descendant(pos_css); in update_nodemasks_hier()
Dcgroup.c4234 css_rightmost_descendant(struct cgroup_subsys_state *pos) in css_rightmost_descendant() function
/Linux-v5.10/include/linux/
Dcgroup.h147 struct cgroup_subsys_state *css_rightmost_descendant(struct cgroup_subsys_state *pos);
/Linux-v5.10/kernel/sched/
Dcore.c7734 css = css_rightmost_descendant(css); in cpu_util_update_eff()