ns_to_timespec64  102 include/linux/ktime.h #define ktime_to_timespec64(kt)		ns_to_timespec64((kt).tv64)
ns_to_timespec64  172 include/linux/time64.h extern struct timespec64 ns_to_timespec64(const s64 nsec);