Searched refs:timespec_to_timespec64 (Results 1 – 5 of 5) sorted by relevance
50 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function88 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function110 ret.it_interval = timespec_to_timespec64(its->it_interval); in itimerspec_to_itimerspec64()111 ret.it_value = timespec_to_timespec64(its->it_value); in itimerspec_to_itimerspec64()
96 ts64 = timespec_to_timespec64(*ts); in do_settimeofday()
417 struct timespec64 ts = timespec_to_timespec64(*value); in timespec_to_jiffies()
110 struct timespec64 ts = timespec_to_timespec64(*tp); in ptp_clock_settime()
964 ts64 = timespec_to_timespec64(*ts); in timekeeping_inject_offset()1184 *ts64 = timespec_to_timespec64(ts); in read_persistent_clock64()