Searched refs:__cv_init (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | condvar.h | 78 extern void __cv_init(kcondvar_t *, char *, kcv_type_t, void *); 98 #define cv_init(cvp, name, type, arg) __cv_init(cvp, name, type, arg)
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 68 __cv_init(kcondvar_t *cvp, char *name, kcv_type_t type, void *arg) in __cv_init() function 82 EXPORT_SYMBOL(__cv_init);
|