Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcondvar.h160 hrtime_t hrtime; in cv_timedwait_hires() local
165 hrtime = gethrtime(); in cv_timedwait_hires()
167 tim += hrtime; in cv_timedwait_hires()
169 if (hrtime >= tim) in cv_timedwait_hires()
186 hrtime_t hrtime; in cv_timedwait_sig_hires() local
191 hrtime = gethrtime(); in cv_timedwait_sig_hires()
193 tim += hrtime; in cv_timedwait_sig_hires()
195 if (hrtime >= tim) in cv_timedwait_sig_hires()
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c227 NVLIST_PRTFUNC(hrtime, hrtime_t, hrtime_t, "0x%llx")
458 NVLIST_PRINTCTL_REPLACE(hrtime, hrtime_t)
748 RENDER(pctl, hrtime, nvl, name, val); in nvlist_print_with_indent()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1118 #define DTRACE_RECORD_STORE_TIMESTAMP(dtrh, hrtime) { \ argument
1119 (dtrh)->dtrh_timestamp_lo = (uint32_t)hrtime; \
1120 (dtrh)->dtrh_timestamp_hi = hrtime >> 32; \