Searched refs:t4 (Results 1 - 25 of 94) sorted by last modified time

1234

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.c295 * And any refcount updates that happen in a separate transaction (t4).
302 unsigned int t1, t2, t3, t4; local
329 * do not account them separately as t4. Reflink did not support
345 t4 = xfs_calc_refcountbt_reservation(mp, 1);
346 return XFS_DQUOT_LOGRES(mp) + max(t4, max3(t1, t2, t3));
375 * And any refcount updates that happen in a separate transaction (t4).
382 unsigned int t1, t2, t3, t4; local
405 * as t4. Reflink did not support realtime when the reservations were
417 t4 = xfs_calc_refcountbt_reservation(mp, 2);
418 return XFS_DQUOT_LOGRES(mp) + max(t4, max
[all...]
/linux-master/crypto/
H A Decc.c1133 u64 t4[ECC_MAX_DIGITS]; local
1141 /* t4 = y1^2 */
1142 vli_mod_square_fast(t4, y1, curve);
1144 vli_mod_mult_fast(t5, x1, t4, curve);
1145 /* t4 = y1^4 */
1146 vli_mod_square_fast(t4, t4, curve);
1185 /* t4 = B * (A - x3) - y1^4 = y3 */
1186 vli_mod_sub(t4, x1, t4, curve_prim
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c414 double t4 = 5.678912; local
434 ASSERT_OK(btf_dump_data(btf, d, "test_double", NULL, 0, &t4, 8, str,
/linux-master/net/netrom/
H A Daf_netrom.c334 nr->t4 = opt * HZ;
379 val = nr->t4 / HZ;
461 nr->t4 =
508 nr->t4 = onr->t4;
1293 "user_addr dest_node src_node dev my your st vs vr va t1 t2 t4 idle n2 wnd Snd-Q Rcv-Q inode\n");
1324 nr->t4 / HZ,
/linux-master/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c697 KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CORE | KVM_REG_RISCV_CORE_REG(regs.t4),
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c254 vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.t4), &core.regs.t4);
283 core.regs.t3, core.regs.t4, core.regs.t5, core.regs.t6);
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h92 unsigned long t4; member in struct:ex_regs
/linux-master/drivers/video/fbdev/
H A Dpxafb.c1236 unsigned t1, t2, t3, t4; local
1241 t4 = mode->cmd_inh_time;
1250 fbi->reg_lccr3 = fbi->lccr3 | LCCR3_PixClkDiv(__smart_timing(t4, lclk));
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c61 int t4; member in struct:intel_lvds_pps
186 pps->t4 = val * 1000;
201 drm_dbg(&dev_priv->drm, "LVDS PPS:t1+t2 %d t3 %d t4 %d t5 %d tx %d "
203 pps->t1_t2, pps->t3, pps->t4, pps->t5, pps->tx,
230 REG_FIELD_PREP(PANEL_POWER_CYCLE_DELAY_MASK, DIV_ROUND_UP(pps->t4, 1000) + 1));
/linux-master/arch/riscv/include/asm/
H A Dkvm_host.h156 unsigned long t4; member in struct:kvm_cpu_context
H A Dcompat.h69 compat_ulong_t t4; member in struct:compat_user_regs_struct
106 cregs->t4 = (compat_ulong_t) regs->t4;
143 regs->t4 = (unsigned long) cregs->t4;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.h3589 u8 t4[6]; member in struct:wmi_responder_ftm_res
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2307 s64 t1, t2, t3, t4; local
2357 t4 = timespec64_to_ns(&ptp_sts_after.post_ts);
2361 t34 = t3 + (t4 - t3) / 2;
/linux-master/arch/arm64/include/asm/
H A Dassembler.h500 .macro copy_page dest:req src:req t1:req t2:req t3:req t4:req t5:req t6:req t7:req t8:req
502 ldp \t3, \t4, [\src, #16] variable
507 stnp \t3, \t4, [\dest, #16] variable
/linux-master/arch/arm64/boot/dts/rockchip/
H A DMakefile49 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-nanopc-t4.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/rockchip/
H A DMakefile49 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-nanopc-t4.dtb
/linux-master/arch/mips/kernel/
H A Dscall32-o32.S50 addu t4, t0, 32
51 bltz t4, bad_stack # -> sp is bad
195 lw t4, 20(sp)
198 sw t4, 16(sp)
/linux-master/arch/riscv/kernel/
H A Dprocess.c87 pr_cont(" s11: " REG_FMT " t3 : " REG_FMT " t4 : " REG_FMT "\n",
88 regs->s11, regs->t3, regs->t4);
H A Dptrace.c232 REG_OFFSET_NAME(t4),
/linux-master/arch/riscv/crypto/
H A Daes-riscv64-zvkned.S233 #define LEN32 t4 // Length of remaining full blocks in 32-bit words
H A Dchacha-riscv64-zvkb.S62 #define NROUNDS t4
H A Daes-riscv64-zvkned-zvbb-zvkg.S62 #define VLMAX t4
/linux-master/arch/loongarch/lib/
H A Dcopy_user.S81 6: ld.d t4, a1, 32
89 14: st.d t4, a0, 32
H A Dmemcpy.S146 ld.d t4, a1, 32
155 st.d t4, a5, 32
/linux-master/arch/loongarch/kernel/
H A Drethook_trampoline.S22 cfi_st t4, PT_R16
57 cfi_ld t4, PT_R16

Completed in 272 milliseconds

1234