Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtime.h101 ns_to_timespec(const int64_t nsec) in ns_to_timespec() function
122 #define ns_to_timespec64(_x) ns_to_timespec(_x)
H A Dktime.h190 #define ktime_to_timespec(kt) ns_to_timespec(kt)
191 #define ktime_to_timespec64(kt) ns_to_timespec(kt)