Searched refs:tmp_prob (Results 1 – 1 of 1) sorted by relevance
542 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_sort_best_tp_rates() local555 tmp_prob); in minstrel_ht_sort_best_tp_rates()557 (cur_tp_avg == tmp_tp_avg && cur_prob <= tmp_prob)) in minstrel_ht_sort_best_tp_rates()578 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_set_best_prob_rate() local591 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_set_best_prob_rate()625 if (mrs->prob_avg > tmp_prob) in minstrel_ht_set_best_prob_rate()649 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_assign_best_tp_rates()654 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_assign_best_tp_rates()674 int tmp_max_streams, group, tmp_idx, tmp_prob; in minstrel_ht_prob_rate_reduce_streams() local688 tmp_prob = mi->groups[group].rates[tmp_idx].prob_avg; in minstrel_ht_prob_rate_reduce_streams()[all …]
Completed in 8 milliseconds