Searched defs:cv_init (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sbin/hastd/
H A Dsynch.h138 cv_init(pthread_cond_t *cv) function
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h58 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) macro
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dsynch.h138 cv_init(pthread_cond_t *cv) function
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcondvar.h98 #define cv_init(cvp, name, type, arg) __cv_init(cvp, name, type, arg) macro
/freebsd-current/sys/kern/
H A Dkern_condvar.c76 cv_init(struct cv *cvp, const char *desc) function
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcondvar.h103 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) macro
/freebsd-current/stand/kshim/
H A Dbsd_kernel.c345 cv_init(struct cv *cv, const char *desc) function
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c332 cv_init(kcondvar_t *cv, char *name, int type, void *arg) function

Completed in 118 milliseconds