Searched defs:ktime_to_timespec (Results 1 – 1 of 1) sorted by relevance
118 #define ktime_to_timespec(kt) ns_to_timespec((kt).tv64) macro241 static inline struct timespec ktime_to_timespec(const ktime_t kt) in ktime_to_timespec() function