Lines Matching refs:blkcg

493 static struct bfq_group_data *blkcg_to_bfqgd(struct blkcg *blkcg)  in blkcg_to_bfqgd()  argument
495 return cpd_to_bfqgd(blkcg_to_cpd(blkcg, &blkcg_policy_bfq)); in blkcg_to_bfqgd()
522 struct blkcg *blkcg) in bfq_pd_alloc() argument
546 struct bfq_group_data *d = blkcg_to_bfqgd(blkg->blkcg); in bfq_pd_init()
585 struct blkcg *blkcg) in bfq_lookup_bfqg() argument
589 blkg = blkg_lookup(blkcg, bfqd->queue); in bfq_lookup_bfqg()
596 struct blkcg *blkcg) in bfq_find_set_group() argument
601 bfqg = bfq_lookup_bfqg(bfqd, blkcg); in bfq_find_set_group()
700 struct blkcg *blkcg) in __bfq_bic_change_cgroup() argument
707 bfqg = bfq_find_set_group(bfqd, blkcg); in __bfq_bic_change_cgroup()
953 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight_legacy() local
954 struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); in bfq_io_show_weight_legacy()
977 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight() local
978 struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); in bfq_io_show_weight()
981 blkcg_print_blkgs(sf, blkcg, bfqg_prfill_weight_device, in bfq_io_show_weight()
1023 struct blkcg *blkcg = css_to_blkcg(css); in bfq_io_set_weight_legacy() local
1024 struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); in bfq_io_set_weight_legacy()
1032 spin_lock_irq(&blkcg->lock); in bfq_io_set_weight_legacy()
1034 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in bfq_io_set_weight_legacy()
1040 spin_unlock_irq(&blkcg->lock); in bfq_io_set_weight_legacy()
1051 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in bfq_io_set_device_weight() local
1055 ret = blkg_conf_prep(blkcg, &blkcg_policy_bfq, buf, &ctx); in bfq_io_set_device_weight()
1417 struct bfq_group *bfq_find_set_group(struct bfq_data *bfqd, struct blkcg *blkcg) in bfq_find_set_group() argument