Home
last modified time | relevance | path

Searched refs:zthr_cancel (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzthr.c211 boolean_t zthr_cancel; member
238 while (!t->zthr_cancel) { in zthr_procedure()
263 t->zthr_cancel = B_FALSE; in zthr_procedure()
359 zthr_cancel(zthr_t *t) in zthr_cancel() function
382 t->zthr_cancel = B_TRUE; in zthr_cancel()
390 ASSERT(!t->zthr_cancel); in zthr_cancel()
410 ASSERT(!t->zthr_cancel); in zthr_resume()
462 boolean_t cancelled = t->zthr_cancel; in zthr_iscancelled()
H A Dspa.c8170 zthr_cancel(condense_thread);
8174 zthr_cancel(discard_thread);
8178 zthr_cancel(ll_delete_thread);
8182 zthr_cancel(ll_condense_thread);
9830 ZFS_MODULE_PARAM(zfs_livelist_condense, zfs_livelist_condense_, zthr_cancel, INT, ZMOD_RW,
H A Darc.c7738 (void) zthr_cancel(arc_evict_zthr); in arc_fini()
7739 (void) zthr_cancel(arc_reap_zthr); in arc_fini()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzthr.h35 extern void zthr_cancel(zthr_t *t);
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg49 LIVELIST_CONDENSE_ZTHR_CANCEL livelist.condense.zthr_cancel zfs_livelist_condense_zthr_cancel