Searched refs:cv_timedwait_hires (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | condvar.h | 152 #define cv_timedwait_io_hires cv_timedwait_hires 153 #define cv_timedwait_idle_hires cv_timedwait_hires 156 cv_timedwait_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim, hrtime_t res, in cv_timedwait_hires() function
|
| /freebsd-13-stable/sys/cddl/compat/opensolaris/sys/ |
| HD | kcondvar.h | 61 cv_timedwait_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim, hrtime_t res, in cv_timedwait_hires() function
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| HD | condvar.h | 89 extern int cv_timedwait_hires(kcondvar_t *, kmutex_t *, hrtime_t,
|
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/ |
| HD | zfs_context.h | 333 extern int cv_timedwait_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim, 345 cv_timedwait_hires(cv, mp, t, r, f) 347 cv_timedwait_hires(cv, mp, t, r, f)
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/ |
| HD | spl-condvar.c | 436 cv_timedwait_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim, hrtime_t res, in cv_timedwait_hires() function 442 EXPORT_SYMBOL(cv_timedwait_hires);
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/ |
| HD | kernel.c | 355 cv_timedwait_hires(kcondvar_t *cv, kmutex_t *mp, hrtime_t tim, hrtime_t res, in cv_timedwait_hires() function
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | txg.c | 683 (void) cv_timedwait_hires(&tx->tx_quiesce_more_cv, in txg_delay()
|
| HD | zil.c | 2770 int rc = cv_timedwait_hires(&zcw->zcw_cv, in zil_commit_waiter()
|