Searched defs:tv (Results 1 – 2 of 2) 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 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 timeval __user *, tv, in SYSCALL_DEFINE2() argument 225 COMPAT_SYSCALL_DEFINE2(gettimeofday, struct old_timeval32 __user *, tv, in COMPAT_SYSCALL_DEFINE2() argument 244 COMPAT_SYSCALL_DEFINE2(settimeofday, struct old_timeval32 __user *, tv, in COMPAT_SYSCALL_DEFINE2() argument 488 struct timeval tv; in ns_to_timeval() local 500 struct __kernel_old_timeval tv; in ns_to_kernel_old_timeval() local
|
/kernel/ |
D | compat.c | 29 static int __compat_get_timeval(struct timeval *tv, const struct old_timeval32 __user *ctv) in __compat_get_timeval() 36 static int __compat_put_timeval(const struct timeval *tv, struct old_timeval32 __user *ctv) in __compat_put_timeval() 57 int compat_get_timeval(struct timeval *tv, const void __user *utv) in compat_get_timeval() 66 int compat_put_timeval(const struct timeval *tv, void __user *utv) in compat_put_timeval()
|