Searched defs:tv (Results 1 – 4 of 4) sorted by relevance
| /kernel/time/ |
| D | time.c | 86 struct timespec tv; in SYSCALL_DEFINE1() local 110 struct timeval tv; in COMPAT_SYSCALL_DEFINE1() local 126 struct timespec tv; in COMPAT_SYSCALL_DEFINE1() local 145 SYSCALL_DEFINE2(gettimeofday, struct timeval __user *, tv, in SYSCALL_DEFINE2() argument 206 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz) in do_sys_settimeofday64() 236 SYSCALL_DEFINE2(settimeofday, struct timeval __user *, tv, in SYSCALL_DEFINE2() argument 262 COMPAT_SYSCALL_DEFINE2(gettimeofday, struct compat_timeval __user *, tv, in COMPAT_SYSCALL_DEFINE2() argument 280 COMPAT_SYSCALL_DEFINE2(settimeofday, struct compat_timeval __user *, tv, in COMPAT_SYSCALL_DEFINE2() argument 516 struct timeval tv; in ns_to_timeval() local
|
| D | timekeeping.c | 1207 void do_gettimeofday(struct timeval *tv) in do_gettimeofday()
|
| /kernel/ |
| D | compat.c | 96 static int __compat_get_timeval(struct timeval *tv, const struct compat_timeval __user *ctv) in __compat_get_timeval() 103 static int __compat_put_timeval(const struct timeval *tv, struct compat_timeval __user *ctv) in __compat_put_timeval() 168 int compat_get_timeval(struct timeval *tv, const void __user *utv) in compat_get_timeval() 177 int compat_put_timeval(const struct timeval *tv, void __user *utv) in compat_put_timeval()
|
| /kernel/debug/kdb/ |
| D | kdb_main.c | 2506 static void kdb_gmtime(struct timespec *tv, struct kdb_tm *tm) in kdb_gmtime()
|