Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzthr.h25 typedef boolean_t (zthr_checkfunc_t)(void *, zthr_t *); typedef
27 extern zthr_t *zthr_create(zthr_checkfunc_t checkfunc,
29 extern zthr_t *zthr_create_timer(zthr_checkfunc_t *checkfunc,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzthr.c202 zthr_checkfunc_t *zthr_checkfunc;
245 zthr_create(zthr_checkfunc_t *checkfunc, zthr_func_t *func, void *arg) in zthr_create()
256 zthr_create_timer(zthr_checkfunc_t *checkfunc, zthr_func_t *func, in zthr_create_timer()