Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzthr.c216 return (zthr_create_timer(checkfunc, func, arg, (hrtime_t)0)); in zthr_create()
225 zthr_create_timer(zthr_checkfunc_t *checkfunc, zthr_func_t *func, in zthr_create_timer() function
H A Darc.c7256 arc_adjust_zthr = zthr_create_timer(arc_adjust_cb_check, in arc_init()
7258 arc_reap_zthr = zthr_create_timer(arc_reap_cb_check, in arc_init()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzthr.h42 extern zthr_t *zthr_create_timer(zthr_checkfunc_t *checkfunc,