Searched refs:maxB (Results 1 – 1 of 1) sorted by relevance
43 u32 maxB; member134 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() local153 ca->old_maxB = ca->maxB; in htcp_beta_update()154 if (!between(5 * maxB, 4 * old_maxB, 6 * old_maxB)) { in htcp_beta_update()