ktime_to_ns
return (ktime_to_ns(timespec_to_ktime(ts)));
return (ktime_to_ns(ktime_get_boottime()));
return (ktime_to_ns(timespec_to_ktime(ts)));
return (ktime_to_ns(timespec_to_ktime(ts)));
hrtimer->expires = ktime_to_ns(time);
callout_reset_sbt(&hrtimer->callout, nstosbt(ktime_to_ns(time)),
callout_reset_sbt(&hrtimer->callout, nstosbt(ktime_to_ns(interval)),
ktime_to_ns(ktime_get_real()));