Searched refs:timespec64_to_timespec (Results 1 – 6 of 6) sorted by relevance
29 return timespec64_to_timespec(now); in current_kernel_time()105 *ts = timespec64_to_timespec(ts64); in __getnstimeofday()114 *ts = timespec64_to_timespec(ts64); in getnstimeofday()122 *ts = timespec64_to_timespec(ts64); in ktime_get_ts()130 *ts = timespec64_to_timespec(ts64); in ktime_get_real_ts()138 *ts = timespec64_to_timespec(ts64); in getrawmonotonic()143 return timespec64_to_timespec(get_monotonic_coarse64()); in get_monotonic_coarse()151 *ts = timespec64_to_timespec(ts64); in getboottime()
45 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) in timespec64_to_timespec() function79 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) in timespec64_to_timespec() function101 ret.it_interval = timespec64_to_timespec(its64->it_interval); in itimerspec64_to_itimerspec()102 ret.it_value = timespec64_to_timespec(its64->it_value); in itimerspec64_to_itimerspec()
428 *value = timespec64_to_timespec(ts); in jiffies_to_timespec()
123 *tp = timespec64_to_timespec(ts); in ptp_clock_gettime()
444 xt = timespec64_to_timespec(tk_xtime(tk)); in update_vsyscall()445 wm = timespec64_to_timespec(tk->wall_to_monotonic); in update_vsyscall()1880 return timespec64_to_timespec(tk_xtime(tk)); in __current_kernel_time()
499 now = timespec64_to_timespec(now64); in update_persistent_clock64()