Searched refs:dev_weight (Results 1 – 2 of 2) sorted by relevance
1013 if (!bfqg->entity.dev_weight) in bfqg_prfill_weight_device()1015 return __blkg_prfill_u64(sf, pd, bfqg->entity.dev_weight); in bfqg_prfill_weight_device()1029 static void bfq_group_set_weight(struct bfq_group *bfqg, u64 weight, u64 dev_weight) in bfq_group_set_weight() argument1031 weight = dev_weight ?: weight; in bfq_group_set_weight()1033 bfqg->entity.dev_weight = dev_weight; in bfq_group_set_weight()
175 int dev_weight; member