Searched refs:pos_css (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | cpuset.c | 283 #define cpuset_for_each_child(child_cs, pos_css, parent_cs) \ argument 284 css_for_each_child((pos_css), &(parent_cs)->css) \ 285 if (is_cpuset_online(((child_cs) = css_cs((pos_css))))) 298 #define cpuset_for_each_descendant_pre(des_cs, pos_css, root_cs) \ argument 299 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \ 300 if (is_cpuset_online(((des_cs) = css_cs((pos_css))))) 672 struct cgroup_subsys_state *pos_css; in update_domain_attr_tree() local 675 cpuset_for_each_descendant_pre(cp, pos_css, root_cs) { in update_domain_attr_tree() 678 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree() 759 struct cgroup_subsys_state *pos_css; in generate_sched_domains() local [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | blk-cgroup.h | 495 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ argument 496 css_for_each_descendant_pre((pos_css), &(p_blkg)->blkcg->css) \ 497 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \ 510 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ argument 511 css_for_each_descendant_post((pos_css), &(p_blkg)->blkcg->css) \ 512 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \
|
/kernel/linux/linux-5.10/block/ |
D | blk-cgroup-rwstat.c | 107 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()
|
D | blk-throttle.c | 596 struct cgroup_subsys_state *pos_css; in blk_throtl_update_limit_valid() local 601 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid() 1405 struct cgroup_subsys_state *pos_css; in tg_conf_updated() local 1420 blkg_for_each_descendant_pre(blkg, pos_css, in tg_conf_updated() 1942 struct cgroup_subsys_state *pos_css; in throtl_can_upgrade() local 1952 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade() 1990 struct cgroup_subsys_state *pos_css; in throtl_upgrade_state() local 1998 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
|
D | blk-iolatency.c | 665 struct cgroup_subsys_state *pos_css; in blkiolatency_timer_fn() local 669 blkg_for_each_descendant_pre(blkg, pos_css, in blkiolatency_timer_fn()
|
D | bfq-cgroup.c | 1175 struct cgroup_subsys_state *pos_css; in bfqg_prfill_stat_recursive() local 1181 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | kernel.patch | 296 struct cgroup_subsys_state *pos_css;
|