Searched refs:arc_reap_zthr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c297 static zthr_t *arc_reap_zthr; variable
1763 zthr_wakeup(arc_reap_zthr);
4801 zthr_wakeup(arc_reap_zthr);
6855 * registered by buf_init()) will not access arc_reap_zthr before
6874 arc_reap_zthr = zthr_create_timer(arc_reap_cb_check,
6977 (void) zthr_cancel(arc_reap_zthr);
6978 zthr_destroy(arc_reap_zthr);

Completed in 106 milliseconds