Searched refs:cv_timedwait_hires (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | condvar.c | 236 return (cv_timedwait_hires(cvp, mp, hrtim, nsec_per_tick, 0)); in cv_timedwait() 257 return (cv_timedwait_hires(cvp, mp, exp, time_res[res], 0)); in cv_reltimedwait() 261 cv_timedwait_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim, in cv_timedwait_hires() function 386 return (cv_timedwait_hires(cvp, mp, tim, res, flag)); in cv_timedwait_sig_hires()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | condvar.h | 97 extern clock_t cv_timedwait_hires(kcondvar_t *, kmutex_t *, hrtime_t, hrtime_t,
|
/titanic_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 286 extern clock_t cv_timedwait_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim,
|
/titanic_44/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 339 cv_timedwait_hires(kcondvar_t *cv, kmutex_t *mp, hrtime_t tim, hrtime_t res, in cv_timedwait_hires() function
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | txg.c | 595 (void) cv_timedwait_hires(&tx->tx_quiesce_more_cv, in txg_delay()
|
H A D | dmu_tx.c | 1095 while (cv_timedwait_hires(&curthread->t_delay_cv, in dmu_tx_delay()
|