Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/cgroup/
Dcpuset-internal.h251 #define cpuset_for_each_child(child_cs, pos_css, parent_cs) \ argument
252 css_for_each_child((pos_css), &(parent_cs)->css) \
253 if (is_cpuset_online(((child_cs) = css_cs((pos_css)))))
266 #define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs) \ argument
267 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \
268 if (is_cpuset_online(((des_cs) = css_cs((pos_css)))))
Dcpuset.c645 struct cgroup_subsys_state *pos_css; in update_domain_attr_tree() local
648 cpuset_for_each_descendant_pre(cp, pos_css, root_cs) { in update_domain_attr_tree()
651 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree()
729 struct cgroup_subsys_state *pos_css; in generate_sched_domains() local
765 cpuset_for_each_descendant_pre(cp, pos_css, &top_cpuset) { in generate_sched_domains()
792 pos_css = css_rightmost_descendant(pos_css); in generate_sched_domains()
809 pos_css = css_rightmost_descendant(pos_css); in generate_sched_domains()
929 struct cgroup_subsys_state *pos_css; in dl_rebuild_rd_accounting() local
943 cpuset_for_each_descendant_pre(cs, pos_css, &top_cpuset) { in dl_rebuild_rd_accounting()
946 pos_css = css_rightmost_descendant(pos_css); in dl_rebuild_rd_accounting()
[all …]
/linux-6.12.1/block/
Dblk-cgroup.h349 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ argument
350 css_for_each_descendant_pre((pos_css), &(p_blkg)->blkcg->css) \
351 if (((d_blkg) = blkg_lookup(css_to_blkcg(pos_css), \
364 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ argument
365 css_for_each_descendant_post((pos_css), &(p_blkg)->blkcg->css) \
366 if (((d_blkg) = blkg_lookup(css_to_blkcg(pos_css), \
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()
Dblk-throttle.c1156 struct cgroup_subsys_state *pos_css; in tg_conf_updated() local
1172 blkg_for_each_descendant_pre(blkg, pos_css, in tg_conf_updated()
1542 struct cgroup_subsys_state *pos_css; in blk_throtl_cancel_bios() local
1555 blkg_for_each_descendant_post(blkg, pos_css, q->root_blkg) { in blk_throtl_cancel_bios()
Dblk-iolatency.c663 struct cgroup_subsys_state *pos_css; in blkiolatency_timer_fn() local
667 blkg_for_each_descendant_pre(blkg, pos_css, in blkiolatency_timer_fn()
Dbfq-cgroup.c1138 struct cgroup_subsys_state *pos_css; in bfqg_prfill_stat_recursive() local
1144 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive()