Home
last modified time | relevance | path

Searched refs:new_hhf_non_hh_weight (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_hhf.c517 u32 new_hhf_non_hh_weight = q->hhf_non_hh_weight; in hhf_change() local
531 new_hhf_non_hh_weight = nla_get_u32(tb[TCA_HHF_NON_HH_WEIGHT]); in hhf_change()
533 non_hh_quantum = (u64)new_quantum * new_hhf_non_hh_weight; in hhf_change()
543 q->hhf_non_hh_weight = new_hhf_non_hh_weight; in hhf_change()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_hhf.c517 u32 new_hhf_non_hh_weight = q->hhf_non_hh_weight; in hhf_change() local
528 new_hhf_non_hh_weight = nla_get_u32(tb[TCA_HHF_NON_HH_WEIGHT]); in hhf_change()
530 non_hh_quantum = (u64)new_quantum * new_hhf_non_hh_weight; in hhf_change()
540 q->hhf_non_hh_weight = new_hhf_non_hh_weight; in hhf_change()

Completed in 3 milliseconds