Searched refs:zthr_checkfunc_t (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/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); 30 zthr_checkfunc_t *checkfunc, zthr_func_t *func, void *arg,
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zthr.c | 224 zthr_checkfunc_t *zthr_checkfunc; 271 zthr_create(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create() 284 zthr_create_timer(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create_timer()
|