Home
last modified time | relevance | path

Searched refs:cv_timedwait_hires (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcondvar.c237 return (cv_timedwait_hires(cvp, mp, hrtim, nsec_per_tick, 0)); in cv_timedwait()
258 return (cv_timedwait_hires(cvp, mp, exp, time_res[res], 0)); in cv_reltimedwait()
262 cv_timedwait_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim, in cv_timedwait_hires() function
387 return (cv_timedwait_hires(cvp, mp, tim, res, flag)); in cv_timedwait_sig_hires()
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dcondvar.h93 extern clock_t cv_timedwait_hires(kcondvar_t *, kmutex_t *, hrtime_t, hrtime_t,
/illumos-gate/usr/src/uts/common/sys/
H A Dcondvar.h97 extern clock_t cv_timedwait_hires(kcondvar_t *, kmutex_t *, hrtime_t, hrtime_t,
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcond.c134 cv_timedwait_hires(kcondvar_t *cv, kmutex_t *mp, hrtime_t tim, hrtime_t res, in cv_timedwait_hires() function
H A Dmapfile-vers76 cv_timedwait_hires;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzthr.c225 (void) cv_timedwait_hires(&t->zthr_cv, in zthr_procedure()
H A Dtxg.c628 (void) cv_timedwait_hires(&tx->tx_quiesce_more_cv, in txg_delay()
H A Ddmu_tx.c819 while (cv_timedwait_hires(&curthread->t_delay_cv, in dmu_tx_delay()
H A Dzil.c2534 clock_t timeleft = cv_timedwait_hires(&zcw->zcw_cv, in zil_commit_waiter()
H A Ddbuf.c569 (void) cv_timedwait_hires(&dbuf_evict_cv, in dbuf_evict_thread()