Searched refs:pos_css (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/kernel/cgroup/ |
| H A D | cpuset-internal.h | 252 #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 D | cpuset.c | 673 struct cgroup_subsys_state *pos_css; in update_domain_attr_tree() local 679 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree() 757 struct cgroup_subsys_state *pos_css; in generate_sched_domains() local 820 pos_css = css_rightmost_descendant(pos_css); in generate_sched_domains() 837 pos_css = css_rightmost_descendant(pos_css); in generate_sched_domains() 965 struct cgroup_subsys_state *pos_css; in dl_rebuild_rd_accounting() local 985 pos_css = css_rightmost_descendant(pos_css); in dl_rebuild_rd_accounting() 1046 pos_css = css_rightmost_descendant(pos_css); in rebuild_sched_domains_locked() 2045 pos_css = css_rightmost_descendant(pos_css); in update_cpumasks_hier() 2095 pos_css = css_rightmost_descendant(pos_css); in update_cpumasks_hier() [all …]
|
| /linux-6.15/block/ |
| H A D | blk-cgroup.h | 353 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ argument 354 css_for_each_descendant_pre((pos_css), &(p_blkg)->blkcg->css) \ 355 if (((d_blkg) = blkg_lookup(css_to_blkcg(pos_css), \ 368 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ argument 369 css_for_each_descendant_post((pos_css), &(p_blkg)->blkcg->css) \ 370 if (((d_blkg) = blkg_lookup(css_to_blkcg(pos_css), \
|
| H A D | blk-cgroup-rwstat.c | 101 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 D | blk-throttle.c | 1155 struct cgroup_subsys_state *pos_css; in tg_conf_updated() local 1171 blkg_for_each_descendant_pre(blkg, pos_css, in tg_conf_updated() 1579 struct cgroup_subsys_state *pos_css; in blk_throtl_cancel_bios() local 1592 blkg_for_each_descendant_post(blkg, pos_css, q->root_blkg) { in blk_throtl_cancel_bios()
|
| H A D | blk-iolatency.c | 663 struct cgroup_subsys_state *pos_css; in blkiolatency_timer_fn() local 667 blkg_for_each_descendant_pre(blkg, pos_css, in blkiolatency_timer_fn()
|
| H A D | bfq-cgroup.c | 1139 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()
|