Searched refs:pos_css (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/kernel/ |
D | cpuset.c | 230 #define cpuset_for_each_child(child_cs, pos_css, parent_cs) \ argument 231 css_for_each_child((pos_css), &(parent_cs)->css) \ 232 if (is_cpuset_online(((child_cs) = css_cs((pos_css))))) 245 #define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs) \ argument 246 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \ 247 if (is_cpuset_online(((des_cs) = css_cs((pos_css))))) 549 struct cgroup_subsys_state *pos_css; in update_domain_attr_tree() local 552 cpuset_for_each_descendant_pre(cp, pos_css, root_cs) { in update_domain_attr_tree() 555 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree() 631 struct cgroup_subsys_state *pos_css; in generate_sched_domains() local [all …]
|
/linux-4.4.14/include/linux/ |
D | blk-cgroup.h | 395 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ argument 396 css_for_each_descendant_pre((pos_css), &(p_blkg)->blkcg->css) \ 397 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \ 410 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ argument 411 css_for_each_descendant_post((pos_css), &(p_blkg)->blkcg->css) \ 412 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \
|
/linux-4.4.14/block/ |
D | blk-cgroup.c | 702 struct cgroup_subsys_state *pos_css; in blkg_stat_recursive_sum() local 708 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_stat_recursive_sum() 744 struct cgroup_subsys_state *pos_css; in blkg_rwstat_recursive_sum() local 751 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_rwstat_recursive_sum()
|
D | blk-throttle.c | 1150 struct cgroup_subsys_state *pos_css; in tg_conf_updated() local 1165 blkg_for_each_descendant_pre(blkg, pos_css, tg_to_blkg(tg)) in tg_conf_updated() 1524 struct cgroup_subsys_state *pos_css; in blk_throtl_drain() local 1537 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) in blk_throtl_drain()
|