Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/cgroup/
Dcpuset.c281 #define cpuset_for_each_child(child_cs, pos_css, parent_cs) \ argument
282 css_for_each_child((pos_css), &(parent_cs)->css) \
283 if (is_cpuset_online(((child_cs) = css_cs((pos_css)))))
296 #define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs) \ argument
297 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \
298 if (is_cpuset_online(((des_cs) = css_cs((pos_css)))))
657 struct cgroup_subsys_state *pos_css; in update_domain_attr_tree() local
660 cpuset_for_each_descendant_pre(cp, pos_css, root_cs) { in update_domain_attr_tree()
663 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree()
744 struct cgroup_subsys_state *pos_css; in generate_sched_domains() local
[all …]
/Linux-v5.4/include/linux/
Dblk-cgroup.h561 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ argument
562 css_for_each_descendant_pre((pos_css), &(p_blkg)->blkcg->css) \
563 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \
576 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ argument
577 css_for_each_descendant_post((pos_css), &(p_blkg)->blkcg->css) \
578 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \
/Linux-v5.4/block/
Dblk-throttle.c574 struct cgroup_subsys_state *pos_css; in blk_throtl_update_limit_valid() local
579 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid()
1369 struct cgroup_subsys_state *pos_css; in tg_conf_updated() local
1384 blkg_for_each_descendant_pre(blkg, pos_css, in tg_conf_updated()
1846 struct cgroup_subsys_state *pos_css; in throtl_can_upgrade() local
1856 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade()
1894 struct cgroup_subsys_state *pos_css; in throtl_upgrade_state() local
1902 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
2341 struct cgroup_subsys_state *pos_css; in blk_throtl_drain() local
2353 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) in blk_throtl_drain()
Dblk-iolatency.c660 struct cgroup_subsys_state *pos_css; in blkiolatency_timer_fn() local
664 blkg_for_each_descendant_pre(blkg, pos_css, in blkiolatency_timer_fn()
Dbfq-cgroup.c1080 struct cgroup_subsys_state *pos_css; in bfqg_prfill_stat_recursive() local
1086 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive()
Dblk-cgroup.c719 struct cgroup_subsys_state *pos_css; in blkg_rwstat_recursive_sum() local
725 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_rwstat_recursive_sum()