Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/cgroup/
Dcpuset.c663 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree()
807 pos_css = css_rightmost_descendant(pos_css); in generate_sched_domains()
945 pos_css = css_rightmost_descendant(pos_css); in rebuild_root_domains()
1328 pos_css = css_rightmost_descendant(pos_css); in update_cpumasks_hier()
1728 pos_css = css_rightmost_descendant(pos_css); in update_nodemasks_hier()
Dcgroup.c4289 css_rightmost_descendant(struct cgroup_subsys_state *pos) in css_rightmost_descendant() function
/Linux-v5.4/include/linux/
Dcgroup.h144 struct cgroup_subsys_state *css_rightmost_descendant(struct cgroup_subsys_state *pos);
/Linux-v5.4/kernel/sched/
Dcore.c7207 css = css_rightmost_descendant(css); in cpu_util_update_eff()