Lines Matching refs:timespec64
83 struct timespec64 tv;
121 struct timespec64 tv;
144 struct timespec64 ts;
169 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz)
202 struct timespec64 new_ts;
228 struct timespec64 ts;
246 struct timespec64 new_ts;
454 struct timespec64 ts = ns_to_timespec64(nsec);
478 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec)
501 * ns_to_timespec64 - Convert nanoseconds to timespec64
504 * Returns the timespec64 representation of the nsec parameter.
506 struct timespec64 ns_to_timespec64(const s64 nsec)
508 struct timespec64 ts = { 0, 0 };
588 timespec64_to_jiffies(const struct timespec64 *value)
605 jiffies_to_timespec64(const unsigned long jiffies, struct timespec64 *value)
761 * Add two timespec64 values and do a safety check for overflow.
763 * And, each timespec64 is in normalized form.
765 struct timespec64 timespec64_add_safe(const struct timespec64 lhs,
766 const struct timespec64 rhs)
768 struct timespec64 res;
781 int get_timespec64(struct timespec64 *ts,
804 int put_timespec64(const struct timespec64 *ts,
816 static int __get_old_timespec32(struct timespec64 *ts64,
832 static int __put_old_timespec32(const struct timespec64 *ts64,
842 int get_old_timespec32(struct timespec64 *ts, const void __user *uts)
851 int put_old_timespec32(const struct timespec64 *ts, void __user *uts)