Lines Matching refs:timespec64

83 	struct timespec64 tv;  in SYSCALL_DEFINE1()
121 struct timespec64 tv; in SYSCALL_DEFINE1()
144 struct timespec64 ts; in SYSCALL_DEFINE2()
169 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz) in do_sys_settimeofday64()
202 struct timespec64 new_ts; in SYSCALL_DEFINE2()
228 struct timespec64 ts; in COMPAT_SYSCALL_DEFINE2()
246 struct timespec64 new_ts; in COMPAT_SYSCALL_DEFINE2()
454 struct timespec64 ts = ns_to_timespec64(nsec); in ns_to_kernel_old_timeval()
478 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) in set_normalized_timespec64()
506 struct timespec64 ns_to_timespec64(const s64 nsec) in ns_to_timespec64()
508 struct timespec64 ts = { 0, 0 }; in ns_to_timespec64()
588 timespec64_to_jiffies(const struct timespec64 *value) in timespec64_to_jiffies()
605 jiffies_to_timespec64(const unsigned long jiffies, struct timespec64 *value) in jiffies_to_timespec64()
765 struct timespec64 timespec64_add_safe(const struct timespec64 lhs, in timespec64_add_safe()
766 const struct timespec64 rhs) in timespec64_add_safe()
768 struct timespec64 res; in timespec64_add_safe()
781 int get_timespec64(struct timespec64 *ts, in get_timespec64()
804 int put_timespec64(const struct timespec64 *ts, in put_timespec64()
816 static int __get_old_timespec32(struct timespec64 *ts64, in __get_old_timespec32()
832 static int __put_old_timespec32(const struct timespec64 *ts64, in __put_old_timespec32()
842 int get_old_timespec32(struct timespec64 *ts, const void __user *uts) in get_old_timespec32()
851 int put_old_timespec32(const struct timespec64 *ts, void __user *uts) in put_old_timespec32()