ns_to_timespec 520 arch/x86/kvm/x86.c boot = ns_to_timespec(timespec_to_ns(&now) - timespec_to_ns(&sys)); ns_to_timespec 125 include/linux/ktime.h #define ktime_to_timespec(kt) ns_to_timespec((kt).tv64) ns_to_timespec 159 include/linux/time.h extern struct timespec ns_to_timespec(const s64 nsec); ns_to_timespec 52 kernel/posix-cpu-timers.c *tp = ns_to_timespec(cpu.sched); ns_to_timespec 419 kernel/time.c struct timespec ts = ns_to_timespec(nsec);