Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtimekeeping.h29 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()
Dtime64.h45 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) in timespec64_to_timespec() function
79 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) in timespec64_to_timespec() function
101 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()
Djiffies.h428 *value = timespec64_to_timespec(ts); in jiffies_to_timespec()
/linux-4.4.14/drivers/ptp/
Dptp_clock.c123 *tp = timespec64_to_timespec(ts); in ptp_clock_gettime()
/linux-4.4.14/kernel/time/
Dtimekeeping.c444 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()
Dntp.c499 now = timespec64_to_timespec(now64); in update_persistent_clock64()