Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/cgroup/
Dcpuset.c283 #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/
Dblk-cgroup.h495 #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/
Dblk-cgroup-rwstat.c107 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()
Dblk-throttle.c596 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()
Dblk-iolatency.c665 struct cgroup_subsys_state *pos_css; in blkiolatency_timer_fn() local
669 blkg_for_each_descendant_pre(blkg, pos_css, in blkiolatency_timer_fn()
Dbfq-cgroup.c1175 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/
Dkernel.patch296 struct cgroup_subsys_state *pos_css;