Searched refs:pos_css (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/kernel/ |
D | cpuset.c | 231 #define cpuset_for_each_child(child_cs, pos_css, parent_cs) \ argument 232 css_for_each_child((pos_css), &(parent_cs)->css) \ 233 if (is_cpuset_online(((child_cs) = css_cs((pos_css))))) 246 #define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs) \ argument 247 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \ 248 if (is_cpuset_online(((des_cs) = css_cs((pos_css))))) 547 struct cgroup_subsys_state *pos_css; in update_domain_attr_tree() local 550 cpuset_for_each_descendant_pre(cp, pos_css, root_cs) { in update_domain_attr_tree() 553 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree() 629 struct cgroup_subsys_state *pos_css; in generate_sched_domains() local [all …]
|
/linux-4.1.27/block/ |
D | blk-cgroup.h | 294 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ argument 295 css_for_each_descendant_pre((pos_css), &(p_blkg)->blkcg->css) \ 296 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \ 309 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ argument 310 css_for_each_descendant_post((pos_css), &(p_blkg)->blkcg->css) \ 311 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \
|
D | blk-cgroup.c | 634 struct cgroup_subsys_state *pos_css; in blkg_stat_recursive_sum() local 640 blkg_for_each_descendant_pre(pos_blkg, pos_css, pd_to_blkg(pd)) { in blkg_stat_recursive_sum() 667 struct cgroup_subsys_state *pos_css; in blkg_rwstat_recursive_sum() local 674 blkg_for_each_descendant_pre(pos_blkg, pos_css, pd_to_blkg(pd)) { in blkg_rwstat_recursive_sum()
|
D | blk-throttle.c | 1360 struct cgroup_subsys_state *pos_css; in tg_set_conf() local 1390 blkg_for_each_descendant_pre(blkg, pos_css, ctx.blkg) in tg_set_conf() 1629 struct cgroup_subsys_state *pos_css; in blk_throtl_drain() local 1642 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) in blk_throtl_drain()
|