Home
last modified time | relevance | path

Searched refs:tmp_idx (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/mac80211/
Drc80211_minstrel_ht.c359 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_sort_best_tp_rates() local
369 tmp_idx = tp_list[j - 1] % MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()
370 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_ewma; in minstrel_ht_sort_best_tp_rates()
371 tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, in minstrel_ht_sort_best_tp_rates()
395 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_set_best_prob_rate() local
406 tmp_idx = mi->max_prob_rate % MCS_GROUP_RATES; in minstrel_ht_set_best_prob_rate()
407 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_ewma; in minstrel_ht_set_best_prob_rate()
408 tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, tmp_prob); in minstrel_ht_set_best_prob_rate()
451 unsigned int tmp_group, tmp_idx, tmp_cck_tp, tmp_mcs_tp, tmp_prob; in minstrel_ht_assign_best_tp_rates() local
455 tmp_idx = tmp_cck_tp_rate[0] % MCS_GROUP_RATES; in minstrel_ht_assign_best_tp_rates()
[all …]
/linux-4.1.27/arch/arm/net/
Dbpf_jit_32.c887 unsigned tmp_idx; in bpf_jit_compile() local
906 tmp_idx = ctx.idx; in bpf_jit_compile()
908 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_jit_compile()
911 tmp_idx = ctx.idx; in bpf_jit_compile()
913 ctx.epilogue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_jit_compile()
/linux-4.1.27/drivers/regulator/
Dmax8997.c639 int new_val, new_idx, damage, tmp_val, tmp_idx, tmp_dmg; in max8997_set_voltage_buck() local
670 tmp_idx = -1; in max8997_set_voltage_buck()
678 tmp_idx = new_idx; in max8997_set_voltage_buck()
686 new_idx = tmp_idx; in max8997_set_voltage_buck()
694 max8997->buck125_gpioindex, tmp_idx); in max8997_set_voltage_buck()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ctrls.c3125 u32 tmp_idx = idx; in try_set_ext_ctrls() local
3130 if (helpers[tmp_idx].ctrl == master) in try_set_ext_ctrls()
3131 new_auto_val = cs->controls[tmp_idx].value; in try_set_ext_ctrls()
3132 tmp_idx = helpers[tmp_idx].next; in try_set_ext_ctrls()
3133 } while (tmp_idx); in try_set_ext_ctrls()
/linux-4.1.27/arch/mips/net/
Dbpf_jit.c1319 unsigned int alloc_size, tmp_idx; in bpf_jit_compile() local
1335 tmp_idx = ctx.idx; in bpf_jit_compile()
1337 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_jit_compile()