Searched refs:pos_css (Results 1 – 3 of 3) sorted by relevance
/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()
|