Searched refs:cur_Bi (Results 1 – 1 of 1) sorted by relevance
130 __u32 cur_Bi = ca->packetcount * HZ / (now - ca->lasttime); in measure_achieved_throughput() local134 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()