Lines Matching refs:timespec64

86 	struct timespec64 tv;  in SYSCALL_DEFINE1()
124 struct timespec64 tv; in COMPAT_SYSCALL_DEFINE1()
170 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz) in do_sys_settimeofday64()
203 struct timespec64 new_ts; in SYSCALL_DEFINE2()
247 struct timespec64 new_ts; in COMPAT_SYSCALL_DEFINE2()
491 struct timespec64 ts = ns_to_timespec64(nsec); in ns_to_kernel_old_timeval()
515 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) in set_normalized_timespec64()
543 struct timespec64 ns_to_timespec64(const s64 nsec) in ns_to_timespec64()
545 struct timespec64 ts; in ns_to_timespec64()
549 return (struct timespec64) {0, 0}; in ns_to_timespec64()
642 timespec64_to_jiffies(const struct timespec64 *value) in timespec64_to_jiffies()
649 jiffies_to_timespec64(const unsigned long jiffies, struct timespec64 *value) in jiffies_to_timespec64()
837 struct timespec64 timespec64_add_safe(const struct timespec64 lhs, in timespec64_add_safe()
838 const struct timespec64 rhs) in timespec64_add_safe()
840 struct timespec64 res; in timespec64_add_safe()
853 int get_timespec64(struct timespec64 *ts, in get_timespec64()
875 int put_timespec64(const struct timespec64 *ts, in put_timespec64()
887 int __compat_get_timespec64(struct timespec64 *ts64, in __compat_get_timespec64()
903 int __compat_put_timespec64(const struct timespec64 *ts64, in __compat_put_timespec64()
913 int compat_get_timespec64(struct timespec64 *ts, const void __user *uts) in compat_get_timespec64()
922 int compat_put_timespec64(const struct timespec64 *ts, void __user *uts) in compat_put_timespec64()