Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/admin-guide/sysctl/ !
Dnet.rst132 dev_weight chapter
148 dev_weight adaptable for asymmetric CPU needs on RX/TX side of the network stack.
150 on dev_weight and is calculated multiplicative (dev_weight * dev_weight_rx_bias).
158 Effective on a per CPU basis. Allows scaling of current dev_weight for asymmetric
161 Calculation is based on dev_weight (dev_weight * dev_weight_tx_bias).
/linux-6.12.1/block/ !
Dbfq-cgroup.c966 if (!bfqg->entity.dev_weight) in bfqg_prfill_weight_device()
968 return __blkg_prfill_u64(sf, pd, bfqg->entity.dev_weight); in bfqg_prfill_weight_device()
982 static void bfq_group_set_weight(struct bfq_group *bfqg, u64 weight, u64 dev_weight) in bfq_group_set_weight() argument
984 weight = dev_weight ?: weight; in bfq_group_set_weight()
986 bfqg->entity.dev_weight = dev_weight; in bfq_group_set_weight()
Dbfq-iosched.h184 int dev_weight; member