Searched defs:tv (Results 1 – 1 of 1) sorted by relevance
/kernel/time/ |
D | time.c | 83 struct timespec64 tv; in SYSCALL_DEFINE1() local 121 struct timespec64 tv; in SYSCALL_DEFINE1() local 140 SYSCALL_DEFINE2(gettimeofday, struct __kernel_old_timeval __user *, tv, in SYSCALL_DEFINE2() argument 169 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz) in do_sys_settimeofday64() 199 SYSCALL_DEFINE2(settimeofday, struct __kernel_old_timeval __user *, tv, in SYSCALL_DEFINE2() argument 224 COMPAT_SYSCALL_DEFINE2(gettimeofday, struct old_timeval32 __user *, tv, in COMPAT_SYSCALL_DEFINE2() argument 243 COMPAT_SYSCALL_DEFINE2(settimeofday, struct old_timeval32 __user *, tv, in COMPAT_SYSCALL_DEFINE2() argument 455 struct __kernel_old_timeval tv; in ns_to_kernel_old_timeval() local
|