Lines Matching refs:blkcg

200 			cgroup_path(iocg_to_blkg(iocg)->blkcg->css.cgroup,	\
696 static struct ioc_cgrp *blkcg_to_iocc(struct blkcg *blkcg) in blkcg_to_iocc() argument
698 return container_of(blkcg_to_cpd(blkcg, &blkcg_policy_iocost), in blkcg_to_iocc()
1230 struct ioc_cgrp *iocc = blkcg_to_iocc(blkg->blkcg); in weight_updated()
1932 pr_cont_cgroup_path(iocg_to_blkg(iocg)->blkcg->css.cgroup); in transfer_surpluses()
2915 struct blkcg *blkcg) in ioc_pd_alloc() argument
2917 int levels = blkcg->css.cgroup->level + 1; in ioc_pd_alloc()
2958 iocg->level = blkg->blkcg->css.cgroup->level; in ioc_pd_init()
3037 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_weight_show() local
3038 struct ioc_cgrp *iocc = blkcg_to_iocc(blkcg); in ioc_weight_show()
3041 blkcg_print_blkgs(sf, blkcg, ioc_weight_prfill, in ioc_weight_show()
3049 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in ioc_weight_write() local
3050 struct ioc_cgrp *iocc = blkcg_to_iocc(blkcg); in ioc_weight_write()
3066 spin_lock_irq(&blkcg->lock); in ioc_weight_write()
3068 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in ioc_weight_write()
3078 spin_unlock_irq(&blkcg->lock); in ioc_weight_write()
3083 ret = blkg_conf_prep(blkcg, &blkcg_policy_iocost, buf, &ctx); in ioc_weight_write()
3138 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_qos_show() local
3140 blkcg_print_blkgs(sf, blkcg, ioc_qos_prfill, in ioc_qos_show()
3305 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_cost_model_show() local
3307 blkcg_print_blkgs(sf, blkcg, ioc_cost_model_prfill, in ioc_cost_model_show()