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