Home
last modified time | relevance | path

Searched refs:dev_weight (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-cgroup.c1005 if (!bfqg->entity.dev_weight) in bfqg_prfill_weight_device()
1007 return __blkg_prfill_u64(sf, pd, bfqg->entity.dev_weight); in bfqg_prfill_weight_device()
1021 static void bfq_group_set_weight(struct bfq_group *bfqg, u64 weight, u64 dev_weight) in bfq_group_set_weight() argument
1023 weight = dev_weight ?: weight; in bfq_group_set_weight()
1025 bfqg->entity.dev_weight = dev_weight; in bfq_group_set_weight()
H A Dbfq-iosched.h175 int dev_weight; member
/kernel/linux/linux-6.6/block/
H A Dbfq-cgroup.c1023 if (!bfqg->entity.dev_weight) in bfqg_prfill_weight_device()
1025 return __blkg_prfill_u64(sf, pd, bfqg->entity.dev_weight); in bfqg_prfill_weight_device()
1039 static void bfq_group_set_weight(struct bfq_group *bfqg, u64 weight, u64 dev_weight) in bfq_group_set_weight() argument
1041 weight = dev_weight ?: weight; in bfq_group_set_weight()
1043 bfqg->entity.dev_weight = dev_weight; in bfq_group_set_weight()
H A Dbfq-iosched.h184 int dev_weight; member

Completed in 9 milliseconds