Searched refs:at_high (Results 1 – 1 of 1) sorted by relevance
489 int i, at_low, at_high; in populate_canned_table() local492 for(i = 0, at_low = 0, at_high = RS_NEXT_ORDER_GROUP; i < rs->rs_rate_cnt; i++) { in populate_canned_table()497 (rate_table_act[at_low] < rate_table_act[at_high]))) { in populate_canned_table()503 rs->rs_rlt[i].rate = rate_table_act[at_high]; in populate_canned_table()504 at_high++; in populate_canned_table()505 if (at_high == MAX_HDWR_RATES) in populate_canned_table()