Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/lib/
H A Dloss_interval.c60 u32 i_i, i_tot0 = 0, i_tot1 = 0, w_tot = 0; in tfrc_lh_calc_i_mean() local
74 i_tot1 += i_i * tfrc_lh_weights[i-1]; in tfrc_lh_calc_i_mean()
77 lh->i_mean = max(i_tot0, i_tot1) / w_tot; in tfrc_lh_calc_i_mean()