Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/powerpc/mm/
Dmmu_decl.h156 extern void loadcam_multi(int first_idx, int num, int tmp_idx);
/linux-4.4.14/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.4.14/arch/arm/net/
Dbpf_jit_32.c993 unsigned tmp_idx; in bpf_jit_compile() local
1012 tmp_idx = ctx.idx; in bpf_jit_compile()
1014 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_jit_compile()
1017 tmp_idx = ctx.idx; in bpf_jit_compile()
1019 ctx.epilogue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_jit_compile()
/linux-4.4.14/arch/mips/net/
Dbpf_jit.c1195 unsigned int alloc_size, tmp_idx; in bpf_jit_compile() local
1211 tmp_idx = ctx.idx; in bpf_jit_compile()
1213 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_jit_compile()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ctrls.c3112 u32 tmp_idx = idx; in try_set_ext_ctrls() local
3117 if (helpers[tmp_idx].ctrl == master) in try_set_ext_ctrls()
3118 new_auto_val = cs->controls[tmp_idx].value; in try_set_ext_ctrls()
3119 tmp_idx = helpers[tmp_idx].next; in try_set_ext_ctrls()
3120 } while (tmp_idx); in try_set_ext_ctrls()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dqp.c1480 u32 tmp_idx; in create_qp_lb_counter() local
1488 err = mlx4_counter_alloc(dev->dev, &tmp_idx); in create_qp_lb_counter()
1494 mlx4_counter_free(dev->dev, tmp_idx); in create_qp_lb_counter()
1498 new_counter_index->index = tmp_idx; in create_qp_lb_counter()