Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset-internal.h252 #define cpuset_for_each_child(child_cs, pos_css, parent_cs) \ argument
253 css_for_each_child((pos_css), &(parent_cs)->css) \
254 if (is_cpuset_online(((child_cs) = css_cs((pos_css)))))
267 #define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs) \ argument
268 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \
269 if (is_cpuset_online(((des_cs) = css_cs((pos_css)))))
H A Dcpuset.c386 struct cgroup_subsys_state *pos_css; in partition_is_populated() local
398 cpuset_for_each_descendant_pre(cp, pos_css, cs) { in partition_is_populated()
403 pos_css = css_rightmost_descendant(pos_css); in partition_is_populated()
765 struct cgroup_subsys_state *pos_css; in update_domain_attr_tree() local
768 cpuset_for_each_descendant_pre(cp, pos_css, root_cs) { in update_domain_attr_tree()
771 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree()
849 struct cgroup_subsys_state *pos_css; in generate_sched_domains() local
885 cpuset_for_each_descendant_pre(cp, pos_css, &top_cpuset) { in generate_sched_domains()
912 pos_css = css_rightmost_descendant(pos_css); in generate_sched_domains()
929 pos_css = css_rightmost_descendant(pos_css); in generate_sched_domains()
[all …]
/linux/block/
H A Dblk-cgroup-rwstat.c101 struct cgroup_subsys_state *pos_css; in blkg_rwstat_recursive_sum() local
108 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_rwstat_recursive_sum()
H A Dbfq-cgroup.c1139 struct cgroup_subsys_state *pos_css; in bfqg_prfill_stat_recursive() local
1145 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive()