Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_htcp.c43 u32 maxB; member
134 ca->minB = ca->maxB = ca->Bi = cur_Bi; in measure_achieved_throughput()
137 if (ca->Bi > ca->maxB) in measure_achieved_throughput()
138 ca->maxB = ca->Bi; in measure_achieved_throughput()
139 if (ca->minB > ca->maxB) in measure_achieved_throughput()
140 ca->minB = ca->maxB; in measure_achieved_throughput()
150 u32 maxB = ca->maxB; in htcp_beta_update() local
153 ca->old_maxB = ca->maxB; in htcp_beta_update()
154 if (!between(5 * maxB, 4 * old_maxB, 6 * old_maxB)) { in htcp_beta_update()