Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDcondvar.h152 #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/
HDkcondvar.h61 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/
HDcondvar.h89 extern int cv_timedwait_hires(kcondvar_t *, kmutex_t *, hrtime_t,
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDzfs_context.h333 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/
HDspl-condvar.c436 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/
HDkernel.c355 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/
HDtxg.c683 (void) cv_timedwait_hires(&tx->tx_quiesce_more_cv, in txg_delay()
HDzil.c2770 int rc = cv_timedwait_hires(&zcw->zcw_cv, in zil_commit_waiter()