Searched refs:bw_est (Results 1 – 1 of 1) sorted by relevance
1623 uint64_t bw_est; in rack_get_output_bw() local1627 bw_est = bw * gain; in rack_get_output_bw()1628 bw_est /= (uint64_t)100; in rack_get_output_bw()1630 if (bw_est < RACK_MIN_BW) in rack_get_output_bw()1631 bw_est = RACK_MIN_BW; in rack_get_output_bw()1632 return (bw_est); in rack_get_output_bw()10271 uint64_t bw_est, rate_wanted; in rack_set_pace_segments() local10286 bw_est = rack_get_bw(rack); in rack_set_pace_segments()10309 bw_est = rack_get_bw(rack); in rack_set_pace_segments()11308 log.u_bbr.bw_inuse = bw_est; in rack_log_pacing_delay_calc()[all …]