Home
last modified time | relevance | path

Searched refs:zthr_create_timer (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzthr.c247 return (zthr_create_timer(checkfunc, func, arg, (hrtime_t)0)); in zthr_create()
256 zthr_create_timer(zthr_checkfunc_t *checkfunc, zthr_func_t *func, in zthr_create_timer() function
H A Darc.c7223 arc_reap_zthr = zthr_create_timer(arc_reap_cb_check, in arc_init()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzthr.h29 extern zthr_t *zthr_create_timer(zthr_checkfunc_t *checkfunc,