Home
last modified time | relevance | path

Searched refs:dev_weight (Results 1 – 2 of 2) sorted by relevance

/linux/block/
H A Dbfq-cgroup.c967 if (!bfqg->entity.dev_weight) in bfqg_prfill_weight_device()
969 return __blkg_prfill_u64(sf, pd, bfqg->entity.dev_weight); in bfqg_prfill_weight_device()
983 static void bfq_group_set_weight(struct bfq_group *bfqg, u64 weight, u64 dev_weight) in bfq_group_set_weight() argument
985 weight = dev_weight ?: weight; in bfq_group_set_weight()
987 bfqg->entity.dev_weight = dev_weight; in bfq_group_set_weight()
H A Dbfq-iosched.h184 int dev_weight; member