Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dktime.h173 timespec_to_ktime(struct timespec ts) in timespec_to_ktime() function
207 return (ktime_to_ns(timespec_to_ktime(ts))); in ktime_get_ns()
216 return (timespec_to_ktime(ts)); in ktime_get()
225 return (timespec_to_ktime(ts)); in ktime_get_boottime()
241 return (timespec_to_ktime(ts)); in ktime_get_real()
259 return (timespec_to_ktime(ts)); in ktime_get_raw()
268 return (ktime_to_ns(timespec_to_ktime(ts))); in ktime_get_raw_ns()
277 return (ktime_to_ns(timespec_to_ktime(ts))); in ktime_get_raw_fast_ns()