Home
last modified time | relevance | path

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

/openbmc/linux/kernel/cgroup/
H A Dcpuset.c349 #define cpuset_for_each_child(child_cs, pos_css, parent_cs) \ argument
350 css_for_each_child((pos_css), &(parent_cs)->css) \
351 if (is_cpuset_online(((child_cs) = css_cs((pos_css)))))
364 #define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs) \ argument
365 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \
366 if (is_cpuset_online(((des_cs) = css_cs((pos_css)))))
817 struct cgroup_subsys_state *pos_css; in update_domain_attr_tree() local
820 cpuset_for_each_descendant_pre(cp, pos_css, root_cs) { in update_domain_attr_tree()
823 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree()
904 struct cgroup_subsys_state *pos_css; in generate_sched_domains() local
[all …]
/openbmc/linux/block/
H A Dblk-cgroup.h359 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ argument
360 css_for_each_descendant_pre((pos_css), &(p_blkg)->blkcg->css) \
361 if (((d_blkg) = blkg_lookup(css_to_blkcg(pos_css), \
374 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ argument
375 css_for_each_descendant_post((pos_css), &(p_blkg)->blkcg->css) \
376 if (((d_blkg) = blkg_lookup(css_to_blkcg(pos_css), \
H A Dblk-cgroup-rwstat.c107 struct cgroup_subsys_state *pos_css; in blkg_rwstat_recursive_sum() local
114 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_rwstat_recursive_sum()
H A Dblk-throttle.c449 struct cgroup_subsys_state *pos_css; in blk_throtl_update_limit_valid() local
454 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid()
1315 struct cgroup_subsys_state *pos_css; in tg_conf_updated() local
1331 blkg_for_each_descendant_pre(blkg, pos_css, in tg_conf_updated()
1722 struct cgroup_subsys_state *pos_css; in blk_throtl_cancel_bios() local
1732 blkg_for_each_descendant_post(blkg, pos_css, q->root_blkg) { in blk_throtl_cancel_bios()
1876 struct cgroup_subsys_state *pos_css; in throtl_can_upgrade() local
1886 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade()
1924 struct cgroup_subsys_state *pos_css; in throtl_upgrade_state() local
1932 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
H A 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()
H A Dbfq-cgroup.c1195 struct cgroup_subsys_state *pos_css; in bfqg_prfill_stat_recursive() local
1201 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive()