Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
A Dcpuset.c707 struct cgroup_subsys_state *pos_css; in update_domain_attr_tree() local
713 pos_css = css_rightmost_descendant(pos_css); in update_domain_attr_tree()
794 struct cgroup_subsys_state *pos_css; in generate_sched_domains() local
857 pos_css = css_rightmost_descendant(pos_css); in generate_sched_domains()
976 struct cgroup_subsys_state *pos_css; in rebuild_root_domains() local
993 pos_css = css_rightmost_descendant(pos_css); in rebuild_root_domains()
1032 struct cgroup_subsys_state *pos_css; in rebuild_sched_domains_locked() local
1063 pos_css = css_rightmost_descendant(pos_css); in rebuild_sched_domains_locked()
1375 struct cgroup_subsys_state *pos_css; in update_cpumasks_hier() local
1407 pos_css = css_rightmost_descendant(pos_css); in update_cpumasks_hier()
[all …]
/linux/include/linux/
A Dblk-cgroup.h499 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ argument
500 css_for_each_descendant_pre((pos_css), &(p_blkg)->blkcg->css) \
501 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \
514 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ argument
515 css_for_each_descendant_post((pos_css), &(p_blkg)->blkcg->css) \
516 if (((d_blkg) = __blkg_lookup(css_to_blkcg(pos_css), \
/linux/block/
A 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()
A Dblk-throttle.c449 struct cgroup_subsys_state *pos_css; in blk_throtl_update_limit_valid() local
454 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid()
1265 struct cgroup_subsys_state *pos_css; in tg_conf_updated() local
1280 blkg_for_each_descendant_pre(blkg, pos_css, in tg_conf_updated()
1768 struct cgroup_subsys_state *pos_css; in throtl_can_upgrade() local
1778 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade()
1816 struct cgroup_subsys_state *pos_css; in throtl_upgrade_state() local
1824 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
A Dblk-iolatency.c662 struct cgroup_subsys_state *pos_css; in blkiolatency_timer_fn() local
666 blkg_for_each_descendant_pre(blkg, pos_css, in blkiolatency_timer_fn()
A Dbfq-cgroup.c1150 struct cgroup_subsys_state *pos_css; in bfqg_prfill_stat_recursive() local
1156 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive()

Completed in 37 milliseconds