Searched refs:_tv (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/arm64/include/asm/vdso/
H A Dgettimeofday.h18 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, argument
22 register struct __kernel_old_timeval *tv asm("x0") = _tv;
H A Dcompat_gettimeofday.h21 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, argument
25 register struct __kernel_old_timeval *tv asm("r0") = _tv;
/linux-master/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h21 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, argument
24 register struct __kernel_old_timeval *tv asm("a0") = _tv;
/linux-master/arch/loongarch/include/asm/vdso/
H A Dgettimeofday.h18 struct __kernel_old_timeval *_tv,
21 register struct __kernel_old_timeval *tv asm("a0") = _tv;
17 gettimeofday_fallback( struct __kernel_old_timeval *_tv, struct timezone *_tz) argument
/linux-master/arch/x86/include/asm/vdso/
H A Dgettimeofday.h83 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, argument
89 "0" (__NR_gettimeofday), "D" (_tv), "S" (_tz) : "memory");
143 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, argument
154 : "0" (__NR_gettimeofday), "g" (_tv), "c" (_tz)
/linux-master/arch/arm/include/asm/vdso/
H A Dgettimeofday.h21 struct __kernel_old_timeval *_tv,
25 register struct __kernel_old_timeval *tv asm("r0") = _tv;
20 gettimeofday_fallback( struct __kernel_old_timeval *_tv, struct timezone *_tz) argument
/linux-master/arch/csky/include/asm/vdso/
H A Dgettimeofday.h16 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, argument
19 register struct __kernel_old_timeval *tv asm("a0") = _tv;
/linux-master/arch/mips/include/asm/vdso/
H A Dgettimeofday.h30 struct __kernel_old_timeval *_tv,
34 register struct __kernel_old_timeval *tv asm("a0") = _tv;
29 gettimeofday_fallback( struct __kernel_old_timeval *_tv, struct timezone *_tz) argument
/linux-master/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h37 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, struct timezone *_tz) argument
39 return do_syscall_2(__NR_gettimeofday, (unsigned long)_tv, (unsigned long)_tz);
/linux-master/tools/testing/selftests/net/
H A Dnettest.c1670 struct timeval _tv = { .tv_sec = prog_timeout }, *tv = NULL; local
1679 tv = &_tv;

Completed in 165 milliseconds