Lines Matching refs:blkcg

495 static struct bfq_group_data *blkcg_to_bfqgd(struct blkcg *blkcg)  in blkcg_to_bfqgd()  argument
497 return cpd_to_bfqgd(blkcg_to_cpd(blkcg, &blkcg_policy_bfq)); in blkcg_to_bfqgd()
524 struct blkcg *blkcg) in bfq_pd_alloc() argument
548 struct bfq_group_data *d = blkcg_to_bfqgd(blkg->blkcg); in bfq_pd_init()
589 struct blkcg *blkcg) in bfq_lookup_bfqg() argument
593 blkg = blkg_lookup(blkcg, bfqd->queue); in bfq_lookup_bfqg()
600 struct blkcg *blkcg) in bfq_find_set_group() argument
605 bfqg = bfq_lookup_bfqg(bfqd, blkcg); in bfq_find_set_group()
710 struct blkcg *blkcg) in __bfq_bic_change_cgroup() argument
717 bfqg = bfq_find_set_group(bfqd, blkcg); in __bfq_bic_change_cgroup()
963 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight_legacy() local
964 struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); in bfq_io_show_weight_legacy()
987 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight() local
988 struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); in bfq_io_show_weight()
991 blkcg_print_blkgs(sf, blkcg, bfqg_prfill_weight_device, in bfq_io_show_weight()
1033 struct blkcg *blkcg = css_to_blkcg(css); in bfq_io_set_weight_legacy() local
1034 struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); in bfq_io_set_weight_legacy()
1042 spin_lock_irq(&blkcg->lock); in bfq_io_set_weight_legacy()
1044 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in bfq_io_set_weight_legacy()
1050 spin_unlock_irq(&blkcg->lock); in bfq_io_set_weight_legacy()
1061 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in bfq_io_set_device_weight() local
1065 ret = blkg_conf_prep(blkcg, &blkcg_policy_bfq, buf, &ctx); in bfq_io_set_device_weight()
1427 struct bfq_group *bfq_find_set_group(struct bfq_data *bfqd, struct blkcg *blkcg) in bfq_find_set_group() argument