Searched refs:zthr_func_t (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zthr.h | 24 typedef void (zthr_func_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 | 229 zthr_func_t *zthr_func; 276 zthr_func_t *func, void *arg, pri_t pri) in zthr_create() 289 zthr_func_t *func, void *arg, hrtime_t max_sleep, pri_t pri) in zthr_create_timer()
|