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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/ccids/lib/
H A Dloss_interval.c91 u32 w_tot = 0; local
96 w_tot += dccp_li_hist_w[i];
111 if (!w_tot) {
112 DCCP_WARN("w_tot = 0\n");
116 return i_tot / w_tot;

Completed in 35 milliseconds