Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcpuset.c681 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree()
825 pos_css = css_rightmost_descendant(pos_css); in generate_sched_domains()
961 pos_css = css_rightmost_descendant(pos_css); in rebuild_root_domains()
1030 pos_css = css_rightmost_descendant(pos_css); in rebuild_sched_domains_locked()
1392 pos_css = css_rightmost_descendant(pos_css); in update_cpumasks_hier()
1803 pos_css = css_rightmost_descendant(pos_css); in update_nodemasks_hier()
H A Dcgroup.c4395 css_rightmost_descendant(struct cgroup_subsys_state *pos) in css_rightmost_descendant() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup.h152 struct cgroup_subsys_state *css_rightmost_descendant(struct cgroup_subsys_state *pos);
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c8157 css = css_rightmost_descendant(css); in cpu_util_update_eff()