| /Linux-v5.10/net/mac80211/ |
| D | rc80211_minstrel_ht.c | 388 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_sort_best_tp_rates() local 398 tmp_idx = tp_list[j - 1] % MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates() 399 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_sort_best_tp_rates() 400 tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, in minstrel_ht_sort_best_tp_rates() 424 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_set_best_prob_rate() local 435 tmp_idx = mi->max_prob_rate % MCS_GROUP_RATES; in minstrel_ht_set_best_prob_rate() 436 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_set_best_prob_rate() 437 tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, tmp_prob); in minstrel_ht_set_best_prob_rate() 481 unsigned int tmp_group, tmp_idx, tmp_cck_tp, tmp_mcs_tp, tmp_prob; in minstrel_ht_assign_best_tp_rates() local 485 tmp_idx = tmp_cck_tp_rate[0] % MCS_GROUP_RATES; in minstrel_ht_assign_best_tp_rates() [all …]
|
| /Linux-v5.10/arch/powerpc/net/ |
| D | bpf_jit_comp64.c | 313 u32 tmp_idx; in bpf_jit_build_body() local 692 tmp_idx = ctx->idx * 4; in bpf_jit_build_body() 700 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 705 tmp_idx = ctx->idx * 4; in bpf_jit_build_body() 709 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 1022 u32 tmp_idx; in bpf_jit_fixup_subprog_calls() local 1049 tmp_idx = ctx->idx; in bpf_jit_fixup_subprog_calls() 1057 ctx->idx = tmp_idx; in bpf_jit_fixup_subprog_calls()
|
| /Linux-v5.10/arch/powerpc/kexec/ |
| D | file_load_64.c | 515 int tmp_idx, ret; in kdump_setup_usable_lmb() local 528 tmp_idx = um_info->idx; in kdump_setup_usable_lmb() 541 um_info->buf[tmp_idx] = in kdump_setup_usable_lmb() 542 cpu_to_be64((um_info->idx - tmp_idx - 1) / 2); in kdump_setup_usable_lmb()
|
| /Linux-v5.10/arch/powerpc/mm/ |
| D | mmu_decl.h | 147 extern void loadcam_multi(int first_idx, int num, int tmp_idx);
|
| /Linux-v5.10/drivers/regulator/ |
| D | max8997-regulator.c | 621 int new_val, new_idx, damage, tmp_val, tmp_idx, tmp_dmg; in max8997_set_voltage_buck() local 652 tmp_idx = -1; in max8997_set_voltage_buck() 660 tmp_idx = new_idx; in max8997_set_voltage_buck() 668 new_idx = tmp_idx; in max8997_set_voltage_buck() 676 max8997->buck125_gpioindex, tmp_idx); in max8997_set_voltage_buck()
|
| /Linux-v5.10/arch/mips/net/ |
| D | bpf_jit.c | 1213 unsigned int alloc_size, tmp_idx; in bpf_jit_compile() local 1229 tmp_idx = ctx.idx; in bpf_jit_compile() 1231 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_jit_compile()
|
| /Linux-v5.10/arch/arm/net/ |
| D | bpf_jit_32.c | 1880 unsigned int tmp_idx; in bpf_int_jit_compile() local 1931 tmp_idx = ctx.idx; in bpf_int_jit_compile() 1933 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_int_jit_compile() 1938 tmp_idx = ctx.idx; in bpf_int_jit_compile() 1940 ctx.epilogue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_int_jit_compile()
|
| /Linux-v5.10/drivers/scsi/qedi/ |
| D | qedi_main.c | 1827 s16 tmp_idx; in qedi_get_task_idx() local 1830 tmp_idx = find_first_zero_bit(qedi->task_idx_map, in qedi_get_task_idx() 1833 if (tmp_idx >= MAX_ISCSI_TASK_ENTRIES) { in qedi_get_task_idx() 1835 tmp_idx = -1; in qedi_get_task_idx() 1839 if (test_and_set_bit(tmp_idx, qedi->task_idx_map)) in qedi_get_task_idx() 1843 return tmp_idx; in qedi_get_task_idx()
|
| /Linux-v5.10/drivers/media/v4l2-core/ |
| D | v4l2-ctrls.c | 4092 u32 tmp_idx = idx; in try_set_ext_ctrls_common() local 4097 if (helpers[tmp_idx].ref->ctrl == master) in try_set_ext_ctrls_common() 4098 new_auto_val = cs->controls[tmp_idx].value; in try_set_ext_ctrls_common() 4099 tmp_idx = helpers[tmp_idx].next; in try_set_ext_ctrls_common() 4100 } while (tmp_idx); in try_set_ext_ctrls_common()
|
| /Linux-v5.10/drivers/infiniband/hw/mlx4/ |
| D | qp.c | 1915 u32 tmp_idx; in create_qp_lb_counter() local 1923 err = mlx4_counter_alloc(dev->dev, &tmp_idx, MLX4_RES_USAGE_DRIVER); in create_qp_lb_counter() 1929 mlx4_counter_free(dev->dev, tmp_idx); in create_qp_lb_counter() 1933 new_counter_index->index = tmp_idx; in create_qp_lb_counter()
|