Searched defs:cv_init (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | kcondvar.h | 58 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) macro
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | synch.h | 138 cv_init(pthread_cond_t *cv) in cv_init() function
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | condvar.h | 103 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) macro
|
/freebsd/sys/kern/ |
H A D | kern_condvar.c | 76 cv_init(struct cv *cvp, const char *desc) in cv_init() function
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | condvar.h | 98 #define cv_init(cvp, name, type, arg) __cv_init(cvp, name, type, arg) macro
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.c | 343 cv_init(struct cv *cv, const char *desc) in cv_init() function
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | kernel.c | 332 cv_init(kcondvar_t *cv, char *name, int type, void *arg) in cv_init() function
|