Home
last modified time | relevance | path

Searched refs:zthr_func_t (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzthr.h24 typedef void (zthr_func_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 Dzthr.c225 zthr_func_t *zthr_func;
272 zthr_func_t *func, void *arg) in zthr_create()
285 zthr_func_t *func, void *arg, hrtime_t max_sleep) in zthr_create_timer()