Searched refs:zthr_checkfunc_t (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zthr.h | 25 typedef boolean_t (zthr_checkfunc_t)(void *, zthr_t *); typedef 28 zthr_checkfunc_t checkfunc, zthr_func_t *func, void *arg, 31 zthr_checkfunc_t *checkfunc, zthr_func_t *func, void *arg,
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zthr.c | 228 zthr_checkfunc_t *zthr_checkfunc; 275 zthr_create(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create() 288 zthr_create_timer(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create_timer()
|