Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzthr.c279 return (zthr_create_timer(zthr_name, checkfunc, in zthr_create()
289 zthr_create_timer(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create_timer() function
H A Darc.c8072 arc_evict_zthr = zthr_create_timer("arc_evict", in arc_init()
8074 arc_reap_zthr = zthr_create_timer("arc_reap", in arc_init()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzthr.h31 extern zthr_t *zthr_create_timer(const char *zthr_name,