Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_htcp.c45 u32 Bi; member
134 ca->minB = ca->maxB = ca->Bi = cur_Bi; in measure_achieved_throughput()
136 ca->Bi = (3 * ca->Bi + cur_Bi) / 4; in measure_achieved_throughput()
137 if (ca->Bi > ca->maxB) in measure_achieved_throughput()
138 ca->maxB = ca->Bi; in measure_achieved_throughput()