Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/pseries/
Dlparcfg.c497 u8 new_weight; in update_ppp() local
507 new_weight = ppp_data.weight; in update_ppp()
510 new_weight = *weight; in update_ppp()
519 __func__, new_entitled, new_weight); in update_ppp()
521 retval = plpar_hcall_norets(H_SET_PPP, new_entitled, new_weight); in update_ppp()
536 u8 new_weight; in update_mpp() local
553 new_weight = mpp_data.mem_weight; in update_mpp()
556 new_weight = *weight; in update_mpp()
565 __func__, new_entitled, new_weight); in update_mpp()
567 rc = plpar_hcall_norets(H_SET_MPP, new_entitled, new_weight); in update_mpp()
[all …]
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_wrr.c99 int new_weight, weight = 0; in ip_vs_wrr_max_weight() local
102 new_weight = atomic_read(&dest->weight); in ip_vs_wrr_max_weight()
103 if (new_weight > weight) in ip_vs_wrr_max_weight()
104 weight = new_weight; in ip_vs_wrr_max_weight()
/linux-4.4.14/block/
Dcfq-iosched.c265 unsigned int new_weight; member
1282 if (cfqg->new_weight) { in cfq_update_group_weight()
1283 cfqg->weight = cfqg->new_weight; in cfq_update_group_weight()
1284 cfqg->new_weight = 0; in cfq_update_group_weight()
1793 cfqg->new_weight = v ?: cfqgd->weight; in __cfqg_set_weight_device()
1852 cfqg->new_weight = cfqgd->weight; in __cfq_set_weight()