Lines Matching refs:best_rate
93 unsigned long actual_rate, best_rate = 0;
106 if (is_better_rate(req_rate, best_rate, actual_rate)) {
107 best_rate = actual_rate;
108 req->rate = best_rate;
113 if (actual_rate < req_rate || best_rate <= req_rate)
118 if (!best_rate)
131 unsigned long actual_rate, best_rate = 0;
143 if (is_better_rate(rate, best_rate, actual_rate)) {
144 best_rate = actual_rate;
149 if (actual_rate < rate || best_rate <= rate)