Searched refs:timespec64_to_timespec (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
H A Dtimekeeping.h98 *ts = timespec64_to_timespec(ts64); __getnstimeofday()
107 *ts = timespec64_to_timespec(ts64); getnstimeofday()
115 *ts = timespec64_to_timespec(ts64); ktime_get_ts()
123 *ts = timespec64_to_timespec(ts64); ktime_get_real_ts()
131 *ts = timespec64_to_timespec(ts64); getrawmonotonic()
136 return timespec64_to_timespec(get_monotonic_coarse64()); get_monotonic_coarse()
144 *ts = timespec64_to_timespec(ts64); getboottime()
H A Dtime64.h36 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) timespec64_to_timespec() function
60 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) timespec64_to_timespec() function
/linux-4.1.27/drivers/ptp/
H A Dptp_clock.c123 *tp = timespec64_to_timespec(ts); ptp_clock_gettime()
/linux-4.1.27/kernel/time/
H A Dtimekeeping.c480 xt = timespec64_to_timespec(tk_xtime(tk)); update_vsyscall()
481 wm = timespec64_to_timespec(tk->wall_to_monotonic); update_vsyscall()
870 *ts_raw = timespec64_to_timespec(tk->raw_time); getnstime_raw_and_real()
1880 return timespec64_to_timespec(tk_xtime(tk)); __current_kernel_time()
1895 return timespec64_to_timespec(now); current_kernel_time()
H A Dntp.c466 now = timespec64_to_timespec(now64); update_persistent_clock64()

Completed in 155 milliseconds