Home
last modified time | relevance | path

Searched refs:hrtime (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcondvar.h159 hrtime_t hrtime; in cv_timedwait_hires() local
164 hrtime = gethrtime(); in cv_timedwait_hires()
166 tim += hrtime; in cv_timedwait_hires()
168 if (hrtime >= tim) in cv_timedwait_hires()
185 hrtime_t hrtime; in cv_timedwait_sig_hires() local
190 hrtime = gethrtime(); in cv_timedwait_sig_hires()
192 tim += hrtime; in cv_timedwait_sig_hires()
194 if (hrtime >= tim) in cv_timedwait_sig_hires()
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c216 NVLIST_PRTFUNC(hrtime, hrtime_t, hrtime_t, "0x%llx")
443 NVLIST_PRINTCTL_REPLACE(hrtime, hrtime_t)
733 RENDER(pctl, hrtime, nvl, name, val); in nvlist_print_with_indent()