Searched defs:tv (Results 1 – 5 of 5) sorted by relevance
/kernel/ |
D | time.c | 83 struct timespec tv; in SYSCALL_DEFINE1() local 101 SYSCALL_DEFINE2(gettimeofday, struct timeval __user *, tv, in SYSCALL_DEFINE2() argument 162 int do_sys_settimeofday(const struct timespec *tv, const struct timezone *tz) in do_sys_settimeofday() 188 SYSCALL_DEFINE2(settimeofday, struct timeval __user *, tv, in SYSCALL_DEFINE2() argument 414 struct timeval tv; in ns_to_timeval() local
|
D | compat.c | 113 asmlinkage long compat_sys_gettimeofday(struct compat_timeval __user *tv, in compat_sys_gettimeofday() 130 asmlinkage long compat_sys_settimeofday(struct compat_timeval __user *tv, in compat_sys_settimeofday() 148 int get_compat_timeval(struct timeval *tv, const struct compat_timeval __user *ctv) in get_compat_timeval() 156 int put_compat_timeval(const struct timeval *tv, struct compat_timeval __user *ctv) in put_compat_timeval() 180 int compat_get_timeval(struct timeval *tv, const void __user *utv) in compat_get_timeval() 189 int compat_put_timeval(const struct timeval *tv, void __user *utv) in compat_put_timeval() 1016 struct timeval tv; in compat_sys_time() local 1031 struct timespec tv; in compat_sys_stime() local
|
D | timer.c | 1069 static int cascade(struct tvec_base *base, struct tvec *tv, int index) in cascade()
|
/kernel/time/ |
D | timekeeping.c | 473 void do_gettimeofday(struct timeval *tv) in do_gettimeofday() 489 int do_settimeofday(const struct timespec *tv) in do_settimeofday()
|
/kernel/debug/kdb/ |
D | kdb_main.c | 2438 static void kdb_gmtime(struct timespec *tv, struct kdb_tm *tm) in kdb_gmtime()
|