Searched refs:ktime_to_ns (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c93 hrtimer->expires = ktime_to_ns(time);
110 callout_reset_sbt(&hrtimer->callout, nstosbt(ktime_to_ns(time)),
120 callout_reset_sbt(&hrtimer->callout, nstosbt(ktime_to_ns(interval)),
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dktime.h47 ktime_to_ns(ktime_t kt) function
178 #define ktime_to_ns(kt) (kt) macro
188 return (ktime_to_ns(timespec_to_ktime(ts)));
242 return (ktime_to_ns(timespec_to_ktime(ts)));

Completed in 100 milliseconds