Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzthr.c213 boolean_t zthr_cancel; member
243 while (!t->zthr_cancel) { in zthr_procedure()
268 t->zthr_cancel = B_FALSE; in zthr_procedure()
365 zthr_cancel(zthr_t *t) in zthr_cancel() function
388 t->zthr_cancel = B_TRUE; in zthr_cancel()
396 ASSERT(!t->zthr_cancel); in zthr_cancel()
416 ASSERT(!t->zthr_cancel); in zthr_resume()
468 boolean_t cancelled = t->zthr_cancel; in zthr_iscancelled()
H A Dspa.c9971 zthr_cancel(condense_thread);
9975 zthr_cancel(raidz_expand_thread);
9979 zthr_cancel(discard_thread);
9983 zthr_cancel(ll_delete_thread);
9987 zthr_cancel(ll_condense_thread);
11824 ZFS_MODULE_PARAM(zfs_livelist_condense, zfs_livelist_condense_, zthr_cancel,
H A Darc.c8225 (void) zthr_cancel(arc_evict_zthr); in arc_fini()
8226 (void) zthr_cancel(arc_reap_zthr); in arc_fini()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzthr.h37 extern void zthr_cancel(zthr_t *t);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg61 LIVELIST_CONDENSE_ZTHR_CANCEL livelist.condense.zthr_cancel zfs_livelist_condense_zthr_cancel