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.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()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1115 #define DTRACE_RECORD_STORE_TIMESTAMP(dtrh, hrtime) { \ argument
1116 (dtrh)->dtrh_timestamp_lo = (uint32_t)hrtime; \
1117 (dtrh)->dtrh_timestamp_hi = hrtime >> 32; \
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c226 NVLIST_PRTFUNC(hrtime, hrtime_t, hrtime_t, "0x%llx")
457 NVLIST_PRINTCTL_REPLACE(hrtime, hrtime_t)
747 RENDER(pctl, hrtime, nvl, name, val); in nvlist_print_with_indent()