Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/sysctl/
Dnet.txt95 dev_weight
111 dev_weight adaptable for asymmetric CPU needs on RX/TX side of the network stack.
113 on dev_weight and is calculated multiplicative (dev_weight * dev_weight_rx_bias).
120 Effective on a per CPU basis. Allows scaling of current dev_weight for asymmetric
122 Calculation is based on dev_weight (dev_weight * dev_weight_tx_bias).
/Linux-v4.19/block/
Dcfq-iosched.c273 unsigned int dev_weight; member
1703 if (!cfqg->dev_weight) in cfqg_prfill_weight_device()
1705 return __blkg_prfill_u64(sf, pd, cfqg->dev_weight); in cfqg_prfill_weight_device()
1795 cfqg->dev_weight = v; in __cfqg_set_weight_device()
1853 cfqg->dev_weight = 0; in __cfq_set_weight()
1854 if (!cfqg->dev_weight) in __cfq_set_weight()