Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_ets.c115 unsigned int w_psum; in ets_offload_change() local
139 w_psum = div64_u64(q_psum * 100, q_sum); in ets_offload_change()
141 w_psum = 0; in ets_offload_change()
143 weight = w_psum - w_psum_prev; in ets_offload_change()
144 w_psum_prev = w_psum; in ets_offload_change()