Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/cgroup/
Dcpuset.c235 #define cpuset_for_each_child(child_cs, pos_css, parent_cs) \ argument
236 css_for_each_child((pos_css), &(parent_cs)->css) \
237 if (is_cpuset_online(((child_cs) = css_cs((pos_css)))))
250 #define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs) \ argument
251 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \
252 if (is_cpuset_online(((des_cs) = css_cs((pos_css)))))
574 struct cgroup_subsys_state *pos_css; in update_domain_attr_tree() local
577 cpuset_for_each_descendant_pre(cp, pos_css, root_cs) { in update_domain_attr_tree()
580 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree()
662 struct cgroup_subsys_state *pos_css; in generate_sched_domains() local
[all …]
/Linux-v4.19/include/linux/
Dblk-cgroup.h498 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ argument
499 css_for_each_descendant_pre((pos_css), &(p_blkg)->blkcg->css) \
500 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \
513 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ argument
514 css_for_each_descendant_post((pos_css), &(p_blkg)->blkcg->css) \
515 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \
/Linux-v4.19/block/
Dblk-throttle.c573 struct cgroup_subsys_state *pos_css; in blk_throtl_update_limit_valid() local
578 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid()
1381 struct cgroup_subsys_state *pos_css; in tg_conf_updated() local
1396 blkg_for_each_descendant_pre(blkg, pos_css, in tg_conf_updated()
1858 struct cgroup_subsys_state *pos_css; in throtl_can_upgrade() local
1868 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade()
1906 struct cgroup_subsys_state *pos_css; in throtl_upgrade_state() local
1914 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
2366 struct cgroup_subsys_state *pos_css; in blk_throtl_drain() local
2379 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) in blk_throtl_drain()
Dblk-cgroup.c709 struct cgroup_subsys_state *pos_css; in blkg_stat_recursive_sum() local
715 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_stat_recursive_sum()
751 struct cgroup_subsys_state *pos_css; in blkg_rwstat_recursive_sum() local
758 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_rwstat_recursive_sum()
Dblk-iolatency.c638 struct cgroup_subsys_state *pos_css; in blkiolatency_timer_fn() local
642 blkg_for_each_descendant_pre(blkg, pos_css, in blkiolatency_timer_fn()