arch/alpha/include/asm/word-at-a-time.h
42
unsigned long t1, t2, t3;
arch/alpha/include/asm/word-at-a-time.h
48
t3 = bits & 0xaa;
arch/alpha/include/asm/word-at-a-time.h
51
if (t3) t3 = 1;
arch/alpha/include/asm/word-at-a-time.h
52
return t1 + t2 + t3;
arch/alpha/include/uapi/asm/swab.h
27
__u64 t0, t1, t2, t3;
arch/alpha/include/uapi/asm/swab.h
34
t3 = t2 & 0x00FF00FF; /* t3 : 0000000000CC00AA */
arch/alpha/include/uapi/asm/swab.h
35
t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */
arch/arm64/include/asm/assembler.h
513
.macro copy_page dest:req src:req t1:req t2:req t3:req t4:req t5:req t6:req t7:req t8:req
arch/loongarch/include/asm/stackframe.h
101
cfi_st t3, PT_R15, \docfi
arch/loongarch/include/asm/stackframe.h
216
cfi_ld t3, PT_R15, \docfi
arch/loongarch/net/bpf_jit.c
1146
emit_insn(ctx, addd, t3, dst, REG_ARENA);
arch/loongarch/net/bpf_jit.c
1147
dst = t3;
arch/loongarch/net/bpf_jit.c
286
u8 t3 = LOONGARCH_GPR_T3;
arch/loongarch/net/bpf_jit.c
314
emit_insn(ctx, ldd, t3, REG_TCC, 0);
arch/loongarch/net/bpf_jit.c
315
emit_insn(ctx, addid, t3, t3, 1);
arch/loongarch/net/bpf_jit.c
316
emit_insn(ctx, std, t3, REG_TCC, 0);
arch/loongarch/net/bpf_jit.c
318
if (emit_tailcall_jmp(ctx, BPF_JSGT, t3, t2, jmp_offset) < 0)
arch/loongarch/net/bpf_jit.c
335
emit_insn(ctx, ldd, t3, t2, off);
arch/loongarch/net/bpf_jit.c
351
const u8 t3 = LOONGARCH_GPR_T3;
arch/loongarch/net/bpf_jit.c
361
move_reg(ctx, t3, src);
arch/loongarch/net/bpf_jit.c
392
emit_insn(ctx, amaddd, src, t1, t3);
arch/loongarch/net/bpf_jit.c
394
emit_insn(ctx, amaddw, src, t1, t3);
arch/loongarch/net/bpf_jit.c
400
emit_insn(ctx, amandd, src, t1, t3);
arch/loongarch/net/bpf_jit.c
402
emit_insn(ctx, amandw, src, t1, t3);
arch/loongarch/net/bpf_jit.c
408
emit_insn(ctx, amord, src, t1, t3);
arch/loongarch/net/bpf_jit.c
410
emit_insn(ctx, amorw, src, t1, t3);
arch/loongarch/net/bpf_jit.c
416
emit_insn(ctx, amxord, src, t1, t3);
arch/loongarch/net/bpf_jit.c
418
emit_insn(ctx, amxorw, src, t1, t3);
arch/loongarch/net/bpf_jit.c
425
emit_insn(ctx, amswapd, src, t1, t3);
arch/loongarch/net/bpf_jit.c
427
emit_insn(ctx, amswapw, src, t1, t3);
arch/loongarch/net/bpf_jit.c
437
move_reg(ctx, t3, src);
arch/loongarch/net/bpf_jit.c
438
emit_insn(ctx, scd, t3, t1, 0);
arch/loongarch/net/bpf_jit.c
439
emit_insn(ctx, beq, t3, LOONGARCH_GPR_ZERO, -4);
arch/loongarch/net/bpf_jit.c
445
move_reg(ctx, t3, src);
arch/loongarch/net/bpf_jit.c
446
emit_insn(ctx, scw, t3, t1, 0);
arch/loongarch/net/bpf_jit.c
447
emit_insn(ctx, beq, t3, LOONGARCH_GPR_ZERO, -6);
arch/loongarch/net/bpf_jit.c
551
const u8 t3 = LOONGARCH_GPR_T3;
arch/mips/cavium-octeon/csrc-octeon.c
117
u64 t1, t2, t3;
arch/mips/cavium-octeon/csrc-octeon.c
132
: [rv] "=&r" (rv), [t1] "=&r" (t1), [t2] "=&r" (t2), [t3] "=&r" (t3)
arch/mips/net/bpf_jit_comp32.c
1072
u8 t3 = MIPS_R_T9;
arch/mips/net/bpf_jit_comp32.c
1081
emit(ctx, xor, t3, hi(rs), hi(rt)); /* t3 = rlh ^ rth */
arch/mips/net/bpf_jit_comp32.c
1082
emit(ctx, srl, rd, t3, 31); /* rd = t3 >> 31 */
arch/mips/net/bpf_jit_comp32.c
1084
emit_movn_r(ctx, t1, MIPS_R_ZERO, t3); /* t1 = 0 if t3 != 0 */
arch/parisc/include/asm/checksum.h
115
unsigned long t0, t1, t2, t3;
arch/parisc/include/asm/checksum.h
172
"=r" (t0), "=r" (t1), "=r" (t2), "=r" (t3)
arch/riscv/include/asm/cmpxchg.h
339
register unsigned long t3 asm ("t3") = __ho.low; \
arch/riscv/include/asm/cmpxchg.h
344
: "+&r" (t3), "+&r" (t4), "+A" (*(p)) \
arch/riscv/include/asm/cmpxchg.h
348
((u128)t4 << 64) | t3; \
arch/riscv/include/asm/compat.h
104
cregs->t3 = (compat_ulong_t) regs->t3;
arch/riscv/include/asm/compat.h
141
regs->t3 = (unsigned long) cregs->t3;
arch/riscv/include/asm/compat.h
67
compat_ulong_t t3;
arch/riscv/include/asm/ftrace.h
149
unsigned long t3;
arch/riscv/include/asm/kvm_host.h
145
unsigned long t3;
arch/riscv/include/asm/ptrace.h
46
unsigned long t3;
arch/riscv/include/uapi/asm/ptrace.h
54
unsigned long t3;
arch/riscv/kernel/asm-offsets.c
124
OFFSET(PT_T3, pt_regs, t3);
arch/riscv/kernel/asm-offsets.c
168
OFFSET(KVM_ARCH_GUEST_T3, kvm_vcpu_arch, guest_context.t3);
arch/riscv/kernel/asm-offsets.c
205
OFFSET(KVM_ARCH_HOST_T3, kvm_vcpu_arch, host_context.t3);
arch/riscv/kernel/asm-offsets.c
522
DEFINE(FREGS_T3, offsetof(struct __arch_ftrace_regs, t3));
arch/riscv/kernel/kgdb.c
197
{DBG_REG_T3, GDB_SIZEOF_REG, offsetof(struct pt_regs, t3)},
arch/riscv/kernel/process.c
95
regs->s11, regs->t3, regs->t4);
arch/riscv/kernel/ptrace.c
478
REG_OFFSET_NAME(t3),
arch/s390/include/asm/stacktrace.h
122
#define CALL_LARGS_3(t1, a1, t2, a2, t3, a3) \
arch/s390/include/asm/stacktrace.h
124
long arg3 = (long)(t3)(a3)
arch/s390/include/asm/stacktrace.h
125
#define CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4) \
arch/s390/include/asm/stacktrace.h
126
CALL_LARGS_3(t1, a1, t2, a2, t3, a3); \
arch/s390/include/asm/stacktrace.h
128
#define CALL_LARGS_5(t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \
arch/s390/include/asm/stacktrace.h
129
CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4); \
arch/x86/include/asm/syscall_wrapper.h
63
#define SYSCALL_PT_ARG6(m, t1, t2, t3, t4, t5, t6) \
arch/x86/include/asm/syscall_wrapper.h
64
SYSCALL_PT_ARG5(m, t1, t2, t3, t4, t5), m(t6, (regs->bp))
arch/x86/include/asm/syscall_wrapper.h
65
#define SYSCALL_PT_ARG5(m, t1, t2, t3, t4, t5) \
arch/x86/include/asm/syscall_wrapper.h
66
SYSCALL_PT_ARG4(m, t1, t2, t3, t4), m(t5, (regs->di))
arch/x86/include/asm/syscall_wrapper.h
67
#define SYSCALL_PT_ARG4(m, t1, t2, t3, t4) \
arch/x86/include/asm/syscall_wrapper.h
68
SYSCALL_PT_ARG3(m, t1, t2, t3), m(t4, (regs->si))
arch/x86/include/asm/syscall_wrapper.h
69
#define SYSCALL_PT_ARG3(m, t1, t2, t3) \
arch/x86/include/asm/syscall_wrapper.h
70
SYSCALL_PT_ARG2(m, t1, t2), m(t3, (regs->dx))
arch/xtensa/include/asm/coprocessor.h
39
xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT
arch/xtensa/include/asm/coprocessor.h
46
xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT
arch/xtensa/include/asm/coprocessor.h
58
xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT
arch/xtensa/include/asm/coprocessor.h
65
xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT
crypto/camellia_generic.c
811
#define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \
crypto/camellia_generic.c
818
t3 = krl; \
crypto/camellia_generic.c
820
t3 &= rl; \
crypto/camellia_generic.c
823
rr ^= rol32(t3, 1); \
drivers/gpu/drm/amd/display/modules/color/color_gamma.c
1014
t3 = dc_fixpt_mul(t2, t);
drivers/gpu/drm/amd/display/modules/color/color_gamma.c
1015
temp1 = dc_fixpt_mul(two, t3);
drivers/gpu/drm/amd/display/modules/color/color_gamma.c
1031
dc_fixpt_add(t, dc_fixpt_sub(t3, temp1))));
drivers/gpu/drm/amd/display/modules/color/color_gamma.c
979
struct fixed31_32 t3;
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1320
u32 t1 = 0, t2 = 0, t3 = 0;
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1369
t3 = average_bytes_per_tu + 1;
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1371
t3 = average_bytes_per_tu;
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1372
init_threshold = t1 * t2 * t3 / (1000 * 1000);
drivers/gpu/drm/bridge/tc358775.c
380
u16 dsiclk, clkdiv, byteclk, t1, t2, t3, vsdelay;
drivers/gpu/drm/bridge/tc358775.c
444
t3 = ((t2 * byteclk) / 100) - (hactive * (tc->bpc * 3 / 8) /
drivers/gpu/drm/bridge/tc358775.c
447
vsdelay = (clkdiv * (t1 + t3) / byteclk) - hback_porch - hsync_len - hactive;
drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h
545
u8 t3;
drivers/gpu/drm/i915/display/intel_sdvo_regs.h
556
u8 t3;
drivers/gpu/drm/i915/display/intel_vbt_defs.h
1012
u16 t3; /* power off */
drivers/input/gameport/gameport.c
114
unsigned int i, t, t1, t2, t3, tx;
drivers/input/gameport/gameport.c
127
GET_TIME(t3);
drivers/input/gameport/gameport.c
130
if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t;
drivers/input/gameport/gameport.c
81
u64 t1, t2, t3;
drivers/input/gameport/gameport.c
95
t3 = ktime_get_ns();
drivers/input/gameport/gameport.c
98
t = (t2 - t1) - (t3 - t2);
drivers/input/joystick/analog.c
311
ktime_t t1, t2, t3;
drivers/input/joystick/analog.c
323
t3 = ktime_get();
drivers/input/joystick/analog.c
326
t = ktime_sub(t2, t1) - ktime_sub(t3, t2);
drivers/media/usb/gspca/t613.c
743
static const u8 t3[] =
drivers/media/usb/gspca/t613.c
789
reg_w_ixbuf(gspca_dev, 0xb3, t3, sizeof t3);
drivers/net/dsa/sja1105/sja1105_main.c
2266
s64 t1, t2, t3, t4;
drivers/net/dsa/sja1105/sja1105_main.c
2315
t3 = timespec64_to_ns(&ptp_sts_after.pre_ts);
drivers/net/dsa/sja1105/sja1105_main.c
2320
t34 = t3 + (t4 - t3) / 2;
drivers/net/wireless/ath/wil6210/wmi.h
3588
u8 t3[6];
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
20227
const struct chan_info_nphy_2055 **t3)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
20372
*t3 = &chan_info_nphy_2055[i];
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
20390
const struct chan_info_nphy_2055 *t3 = NULL;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
20395
wlc_phy_chan2freq_nphy(pi, channel, &freq, &t0, &t1, &t2, &t3);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
21160
const struct chan_info_nphy_2055 *t3 = NULL;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
21163
(pi, CHSPEC_CHANNEL(chanspec), &freq, &t0, &t1, &t2, &t3))
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
21223
wlc_phy_chanspec_radio2055_setup(pi, t3);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
21226
&(t3->PHY_BW1a));
drivers/pci/pcie/ptm.c
561
pcie_ptm_create_debugfs_file(pdata, 0444, t3);
drivers/tee/amdtee/amdtee_if.h
63
#define TEE_PARAM_TYPES(t0, t1, t2, t3) \
drivers/tee/amdtee/amdtee_if.h
64
((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
drivers/tty/n_gsm.c
3307
gsm->t3 = T3;
drivers/tty/n_gsm.c
335
unsigned int t3; /* Power wake-up timer in seconds. */
drivers/tty/n_gsm.c
3351
c->t3 = gsm->t3;
drivers/tty/n_gsm.c
3376
if (c->t3 > MAX_T3)
drivers/tty/n_gsm.c
3433
if (c->t3)
drivers/tty/n_gsm.c
3434
gsm->t3 = c->t3;
drivers/usb/host/ehci-hub.c
320
u32 t3;
drivers/usb/host/ehci-hub.c
322
t3 = ehci_readl(ehci, hostpc_reg);
drivers/usb/host/ehci-hub.c
323
ehci_writel(ehci, t3 | HOSTPC_PHCD, hostpc_reg);
drivers/usb/host/ehci-hub.c
324
t3 = ehci_readl(ehci, hostpc_reg);
drivers/usb/host/ehci-hub.c
326
port, (t3 & HOSTPC_PHCD) ?
drivers/usb/misc/sisusbvga/sisusbvga.c
1387
u32 t0, t1, t2, t3;
drivers/usb/misc/sisusbvga/sisusbvga.c
1414
ret |= READL(ramptr + 12, &t3);
drivers/usb/misc/sisusbvga/sisusbvga.c
1420
if ((t3 != 0xcdef0123) || (t2 != 0x89abcdef)) {
drivers/video/fbdev/pxafb.c
1224
unsigned t1, t2, t3, t4;
drivers/video/fbdev/pxafb.c
1228
t3 = mode->op_hold_time;
drivers/video/fbdev/pxafb.c
1235
LCCR1_HorSnchWdth(__smart_timing(t3, lclk));
drivers/watchdog/f71808e_wdt.c
233
unsigned int t1 = 25, t2 = 125, t3 = 5000;
drivers/watchdog/f71808e_wdt.c
238
t3 = 6000;
drivers/watchdog/f71808e_wdt.c
247
} else if (pw <= t3) {
fs/xfs/libxfs/xfs_trans_resv.c
361
unsigned int t1, t2, t3, t4;
fs/xfs/libxfs/xfs_trans_resv.c
380
t3 = xfs_calc_buf_res(5, mp->m_sb.sb_sectsize) +
fs/xfs/libxfs/xfs_trans_resv.c
400
t3 += adj;
fs/xfs/libxfs/xfs_trans_resv.c
401
return XFS_DQUOT_LOGRES + max3(t1, t2, t3);
fs/xfs/libxfs/xfs_trans_resv.c
405
return XFS_DQUOT_LOGRES + max(t4, max3(t1, t2, t3));
fs/xfs/libxfs/xfs_trans_resv.c
531
unsigned int t1, t2, t3, t4;
fs/xfs/libxfs/xfs_trans_resv.c
538
t3 = xfs_calc_finish_rt_efi_reservation(mp, 2);
fs/xfs/libxfs/xfs_trans_resv.c
555
return XFS_DQUOT_LOGRES + max3(t1, t2, t3);
fs/xfs/libxfs/xfs_trans_resv.c
559
return XFS_DQUOT_LOGRES + max(t4, max3(t1, t2, t3));
fs/xfs/libxfs/xfs_trans_resv.c
613
unsigned int t1, t2, t3 = 0;
fs/xfs/libxfs/xfs_trans_resv.c
624
t3 = max(resp->tr_attrsetm.tr_logres,
fs/xfs/libxfs/xfs_trans_resv.c
651
return overhead + max3(t1, t2, t3);
fs/xfs/libxfs/xfs_trans_resv.c
722
unsigned int t1, t2, t3 = 0;
fs/xfs/libxfs/xfs_trans_resv.c
730
t3 = resp->tr_attrsetm.tr_logres;
fs/xfs/libxfs/xfs_trans_resv.c
734
return overhead + max3(t1, t2, t3);
fs/xfs/libxfs/xfs_trans_resv.c
784
unsigned int t1, t2, t3 = 0;
fs/xfs/libxfs/xfs_trans_resv.c
793
t3 = resp->tr_attrrm.tr_logres;
fs/xfs/libxfs/xfs_trans_resv.c
797
return overhead + max3(t1, t2, t3);
fs/xfs/libxfs/xfs_trans_resv.c
869
unsigned int t1, t2, t3 = 0;
fs/xfs/libxfs/xfs_trans_resv.c
875
t3 = resp->tr_attrsetm.tr_logres;
fs/xfs/libxfs/xfs_trans_resv.c
879
return overhead + max3(t1, t2, t3);
include/crypto/aria.h
344
u32 *t3)
include/crypto/aria.h
358
*t3 = s1[get_u8(*t3, 0)] ^
include/crypto/aria.h
359
s2[get_u8(*t3, 1)] ^
include/crypto/aria.h
360
x1[get_u8(*t3, 2)] ^
include/crypto/aria.h
361
x2[get_u8(*t3, 3)];
include/crypto/aria.h
366
u32 *t3)
include/crypto/aria.h
380
*t3 = x1[get_u8(*t3, 0)] ^
include/crypto/aria.h
381
x2[get_u8(*t3, 1)] ^
include/crypto/aria.h
382
s1[get_u8(*t3, 2)] ^
include/crypto/aria.h
383
s2[get_u8(*t3, 3)];
include/crypto/aria.h
387
static inline void aria_diff_word(u32 *t0, u32 *t1, u32 *t2, u32 *t3)
include/crypto/aria.h
390
*t2 ^= *t3;
include/crypto/aria.h
393
*t3 ^= *t1;
include/crypto/aria.h
399
static inline void aria_diff_byte(u32 *t1, u32 *t2, u32 *t3)
include/crypto/aria.h
403
*t3 = bswap32(*t3);
include/crypto/aria.h
408
u32 *t3)
include/crypto/aria.h
413
*t3 ^= rk[3];
include/crypto/aria.h
416
static inline void aria_subst_diff_odd(u32 *t0, u32 *t1, u32 *t2, u32 *t3)
include/crypto/aria.h
418
aria_sbox_layer1_with_pre_diff(t0, t1, t2, t3);
include/crypto/aria.h
419
aria_diff_word(t0, t1, t2, t3);
include/crypto/aria.h
420
aria_diff_byte(t1, t2, t3);
include/crypto/aria.h
421
aria_diff_word(t0, t1, t2, t3);
include/crypto/aria.h
425
static inline void aria_subst_diff_even(u32 *t0, u32 *t1, u32 *t2, u32 *t3)
include/crypto/aria.h
427
aria_sbox_layer2_with_pre_diff(t0, t1, t2, t3);
include/crypto/aria.h
428
aria_diff_word(t0, t1, t2, t3);
include/crypto/aria.h
429
aria_diff_byte(t3, t0, t1);
include/crypto/aria.h
430
aria_diff_word(t0, t1, t2, t3);
include/net/ax25.h
243
unsigned long t1, t2, t3, idle, rtt;
include/net/rose.h
142
unsigned long t1, t2, t3, hb, idle;
include/uapi/linux/ax25.h
103
unsigned int t3, t3timer;
include/uapi/linux/ax25.h
93
unsigned int t3, t3timer;
include/uapi/linux/gsmmux.h
52
unsigned int t3;
kernel/delayacct.c
152
unsigned long long t2, t3;
kernel/delayacct.c
173
t3 = tsk->se.sum_exec_runtime;
kernel/delayacct.c
183
tmp = (s64)d->cpu_run_virtual_total + t3;
kernel/trace/trace_probe.c
1292
char *t = NULL, *t2, *t3;
kernel/trace/trace_probe.c
1301
t3 = strchr(t2, ']');
kernel/trace/trace_probe.c
1302
if (!t3) {
kernel/trace/trace_probe.c
1308
} else if (t3[1] != '\0') {
kernel/trace/trace_probe.c
1309
trace_probe_log_err(ctx->offset + t3 + 1 - arg,
kernel/trace/trace_probe.c
1313
*t3 = '\0';
lib/crypto/curve25519-fiat32.c
565
fe t3;
lib/crypto/curve25519-fiat32.c
584
fe_sq_tt(&t3, &t2);
lib/crypto/curve25519-fiat32.c
586
fe_sq_tt(&t3, &t3);
lib/crypto/curve25519-fiat32.c
587
fe_mul_ttt(&t2, &t3, &t2);
lib/crypto/curve25519-fiat32.c
596
fe_sq_tt(&t3, &t2);
lib/crypto/curve25519-fiat32.c
598
fe_sq_tt(&t3, &t3);
lib/crypto/curve25519-fiat32.c
599
fe_mul_ttt(&t2, &t3, &t2);
lib/crypto/curve25519-hacl64.c
630
u64 t3 = input[3];
lib/crypto/curve25519-hacl64.c
636
u64 t3_ = t3 + (t2_ >> 51);
lib/crypto/curve25519-hacl64.c
658
u64 t3 = input[3];
lib/crypto/curve25519-hacl64.c
664
u64 t3_ = t3 + (t2_ >> 51);
lib/crypto/curve25519-hacl64.c
721
u64 t3 = input[3];
lib/crypto/curve25519-hacl64.c
725
u64 o2 = t3 << 25 | t2 >> 26;
lib/crypto/curve25519-hacl64.c
726
u64 o3 = t4 << 12 | t3 >> 39;
lib/zlib_dfltcc/dfltcc_util.h
41
size_t t3 = len1 ? *len1 : 0;
lib/zlib_dfltcc/dfltcc_util.h
47
register size_t r3 __asm__("r3") = t3;
lib/zlib_dfltcc/dfltcc_util.h
64
t2 = r2; t3 = r3; t4 = r4; t5 = r5;
lib/zlib_dfltcc/dfltcc_util.h
93
*len1 = t3;
lib/zstd/compress/zstd_lazy.c
1047
const uint8x16_t t3 = vsriq_n_u8(t2, t2, 4);
lib/zstd/compress/zstd_lazy.c
1048
const uint8x8_t t4 = vshrn_n_u16(vreinterpretq_u16_u8(t3), 4);
net/ax25/af_ax25.c
1852
ax25_info.t3 = ax25->t3 / HZ;
net/ax25/af_ax25.c
1980
ax25_display_timer(&ax25->t3timer) / HZ, ax25->t3 / HZ,
net/ax25/af_ax25.c
440
ax25->t3 = ax25_ctl.arg * HZ;
net/ax25/af_ax25.c
475
ax25->t3 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T3]);
net/ax25/af_ax25.c
509
ax25->t3 = msecs_to_jiffies(AX25_DEF_T3);
net/ax25/af_ax25.c
623
ax25->t3 = opt * HZ;
net/ax25/af_ax25.c
761
val = ax25->t3 / HZ;
net/ax25/af_ax25.c
969
ax25->t3 = oax25->t3;
net/ax25/ax25_timer.c
65
if (ax25->t3 > 0)
net/ax25/ax25_timer.c
66
mod_timer(&ax25->t3timer, jiffies + ax25->t3);
net/rose/af_rose.c
1500
rose->t3 / HZ,
net/rose/af_rose.c
431
rose->t3 = opt * HZ;
net/rose/af_rose.c
486
val = rose->t3 / HZ;
net/rose/af_rose.c
580
rose->t3 = msecs_to_jiffies(sysctl_rose_clear_request_timeout);
net/rose/af_rose.c
625
rose->t3 = orose->t3;
net/rose/rose_timer.c
73
rose->timer.expires = jiffies + rose->t3;
tools/lib/bpf/usdt.c
1510
{ "t3", offsetof(struct user_regs_struct, t3) },
tools/perf/tests/thread-maps-share.c
14
struct thread *t1, *t2, *t3;
tools/perf/tests/thread-maps-share.c
37
t3 = machine__findnew_thread(machine, 0, 3);
tools/perf/tests/thread-maps-share.c
43
leader && t1 && t2 && t3 && other);
tools/perf/tests/thread-maps-share.c
51
TEST_ASSERT_VAL("maps don't match", maps__equal(maps, thread__maps(t3)));
tools/perf/tests/thread-maps-share.c
69
machine__remove_thread(machine, t3);
tools/perf/tests/thread-maps-share.c
79
thread__put(t3);
tools/perf/util/bpf_off_cpu.c
117
const struct btf_type *t1, *t2, *t3;
tools/perf/util/bpf_off_cpu.c
138
t3 = btf__type_by_id(btf, t2->type);
tools/perf/util/bpf_off_cpu.c
140
if (t3 && btf_is_func_proto(t3) && btf_vlen(t3) == 5) {
tools/testing/selftests/bpf/prog_tests/btf_dump.c
483
float t3 = 0.0;
tools/testing/selftests/bpf/prog_tests/btf_dump.c
500
ASSERT_OK(btf_dump_data(btf, d, "test_float", NULL, 0, &t3, 4, str,
tools/testing/selftests/bpf/progs/test_core_reloc_type_id.c
68
enum an_enum t3 = 0;
tools/testing/selftests/kvm/include/riscv/processor.h
106
unsigned long t3;
tools/testing/selftests/kvm/lib/riscv/processor.c
269
core.regs.t3 = vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.t3));
tools/testing/selftests/kvm/lib/riscv/processor.c
299
core.regs.t3, core.regs.t4, core.regs.t5, core.regs.t6);
tools/testing/selftests/kvm/riscv/get-reg-list.c
312
case KVM_REG_RISCV_CORE_REG(regs.t3) ... KVM_REG_RISCV_CORE_REG(regs.t6):
tools/testing/selftests/kvm/riscv/get-reg-list.c
314
reg_off - KVM_REG_RISCV_CORE_REG(regs.t3) + 3);
tools/testing/selftests/kvm/riscv/get-reg-list.c
853
KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CORE | KVM_REG_RISCV_CORE_REG(regs.t3),