Searched refs:maxB (Results 1 – 1 of 1) sorted by relevance
42 u32 maxB; member133 ca->minB = ca->maxB = ca->Bi = cur_Bi; in measure_achieved_throughput()136 if (ca->Bi > ca->maxB) in measure_achieved_throughput()137 ca->maxB = ca->Bi; in measure_achieved_throughput()138 if (ca->minB > ca->maxB) in measure_achieved_throughput()139 ca->minB = ca->maxB; in measure_achieved_throughput()149 u32 maxB = ca->maxB; in htcp_beta_update() local152 ca->old_maxB = ca->maxB; in htcp_beta_update()153 if (!between(5 * maxB, 4 * old_maxB, 6 * old_maxB)) { in htcp_beta_update()