Searched defs:tv (Results 1 – 4 of 4) sorted by relevance
/kernel/ |
D | time.c | 84 struct timespec tv; in SYSCALL_DEFINE1() local 102 SYSCALL_DEFINE2(gettimeofday, struct timeval __user *, tv, in SYSCALL_DEFINE2() argument 155 int do_sys_settimeofday(struct timespec *tv, struct timezone *tz) in do_sys_settimeofday() 187 SYSCALL_DEFINE2(settimeofday, struct timeval __user *, tv, in SYSCALL_DEFINE2() argument 310 void getnstimeofday(struct timespec *tv) in getnstimeofday() 422 struct timeval tv; in ns_to_timeval() local
|
D | compat.c | 54 asmlinkage long compat_sys_gettimeofday(struct compat_timeval __user *tv, in compat_sys_gettimeofday() 71 asmlinkage long compat_sys_settimeofday(struct compat_timeval __user *tv, in compat_sys_settimeofday() 892 struct timeval tv; in compat_sys_time() local 907 struct timespec tv; in compat_sys_stime() local
|
D | timer.c | 803 static int cascade(struct tvec_base *base, struct tvec *tv, int index) in cascade()
|
/kernel/time/ |
D | timekeeping.c | 127 void do_gettimeofday(struct timeval *tv) in do_gettimeofday() 143 int do_settimeofday(struct timespec *tv) in do_settimeofday()
|