Searched refs:bw_est (Results 1 – 1 of 1) sorted by relevance
485 uint64_t bw_est, uint64_t bw, uint64_t len_time, int method, int line,2606 uint64_t bw_est, high_rate; in rack_get_output_bw() local2610 bw_est = bw * gain; in rack_get_output_bw()2611 bw_est /= (uint64_t)100; in rack_get_output_bw()2613 if (bw_est < RACK_MIN_BW) in rack_get_output_bw()2614 bw_est = RACK_MIN_BW; in rack_get_output_bw()2620 if (bw_est >= high_rate) { in rack_get_output_bw()2623 (((high_rate * (100 + rack_hw_rate_cap_per)) / 100) < bw_est)) { in rack_get_output_bw()2628 bw_est, high_rate, __LINE__, in rack_get_output_bw()2630 bw_est = high_rate; in rack_get_output_bw()[all …]