Searched refs:_tv (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/riscv/include/asm/vdso/ |
| H A D | gettimeofday.h | 21 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 24 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
|
| /linux/arch/loongarch/include/asm/vdso/ |
| H A D | gettimeofday.h | 20 struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 23 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
|
| /linux/arch/arm64/include/asm/vdso/ |
| H A D | gettimeofday.h | 21 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 25 register struct __kernel_old_timeval *tv asm("x0") = _tv; in gettimeofday_fallback()
|
| H A D | compat_gettimeofday.h | 21 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 25 register struct __kernel_old_timeval *tv asm("r0") = _tv; in gettimeofday_fallback()
|
| /linux/arch/arm/include/asm/vdso/ |
| H A D | gettimeofday.h | 19 struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 23 register struct __kernel_old_timeval *tv asm("r0") = _tv; in gettimeofday_fallback()
|
| /linux/arch/x86/include/asm/vdso/ |
| H A D | gettimeofday.h | 64 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 67 return VDSO_SYSCALL2(gettimeofday,,_tv,_tz); in gettimeofday_fallback()
|
| /linux/arch/powerpc/include/asm/vdso/ |
| H A D | gettimeofday.h | 48 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, struct timezone *_tz) in gettimeofday_fallback() argument 50 return do_syscall_2(__NR_gettimeofday, (unsigned long)_tv, (unsigned long)_tz); in gettimeofday_fallback()
|
| /linux/arch/mips/include/asm/vdso/ |
| H A D | gettimeofday.h | 30 struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 34 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
|
| /linux/tools/testing/selftests/net/ |
| H A D | nettest.c | 1670 struct timeval _tv = { .tv_sec = prog_timeout }, *tv = NULL; in wait_for_connect() local 1679 tv = &_tv; in wait_for_connect()
|