Searched refs:nstosbt (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c51 nstosbt(hrtimer->expires), nstosbt(hrtimer->precision), 0);
110 callout_reset_sbt(&hrtimer->callout, nstosbt(ktime_to_ns(time)),
111 nstosbt(nsec), hrtimer_call_handler, hrtimer, 0);
120 callout_reset_sbt(&hrtimer->callout, nstosbt(ktime_to_ns(interval)),
121 nstosbt(hrtimer->precision), hrtimer_call_handler, hrtimer, 0);
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h67 return (cv_timedwait_sbt(cvp, mp, nstosbt(tim), nstosbt(res), 0));
/freebsd-11-stable/sys/sys/
H A Dtime.h131 #define SBT_1NS (SBT_1S / 1000000000) /* beware rounding, see nstosbt() */
160 * large roundoff errors which sbttons() and nstosbt() avoid. Millisecond and
171 nstosbt(int64_t _ns) function
268 return (((sbintime_t)_ts.tv_sec << 32) + nstosbt(_ts.tv_nsec));
/freebsd-11-stable/sys/kern/
H A Dsubr_rtc.c392 sbt = nstosbt(waitns);
/freebsd-11-stable/sys/arm/arm/
H A Dmpcore_timer.c351 sc->et.et_min_period = nstosbt(20);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c826 pause_sbt("dmu_tx_delay", nstosbt(wakeup),
827 nstosbt(zfs_delay_resolution_ns), C_ABSOLUTE);
H A Dzil.c2433 sbintime_t sleep = nstosbt((zilog->zl_last_lwb_latency * pct) / 100);

Completed in 86 milliseconds