Home
last modified time | relevance | path

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

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