Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/admin-guide/sysctl/
A Dnet.rst130 dev_weight section in 1. /proc/sys/net/core - Network core options
146 dev_weight adaptable for asymmetric CPU needs on RX/TX side of the network stack.
148 on dev_weight and is calculated multiplicative (dev_weight * dev_weight_rx_bias).
156 Effective on a per CPU basis. Allows scaling of current dev_weight for asymmetric
159 Calculation is based on dev_weight (dev_weight * dev_weight_tx_bias).
/linux-6.3-rc2/block/
A Dbfq-cgroup.c1029 if (!bfqg->entity.dev_weight) in bfqg_prfill_weight_device()
1031 return __blkg_prfill_u64(sf, pd, bfqg->entity.dev_weight); in bfqg_prfill_weight_device()
1045 static void bfq_group_set_weight(struct bfq_group *bfqg, u64 weight, u64 dev_weight) in bfq_group_set_weight() argument
1047 weight = dev_weight ?: weight; in bfq_group_set_weight()
1049 bfqg->entity.dev_weight = dev_weight; in bfq_group_set_weight()
A Dbfq-iosched.h185 int dev_weight; member

Completed in 14 milliseconds