Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzthr.c212 boolean_t zthr_cancel; member
242 while (!t->zthr_cancel) { in zthr_procedure()
267 t->zthr_cancel = B_FALSE; in zthr_procedure()
364 zthr_cancel(zthr_t *t) in zthr_cancel() function
387 t->zthr_cancel = B_TRUE; in zthr_cancel()
395 ASSERT(!t->zthr_cancel); in zthr_cancel()
415 ASSERT(!t->zthr_cancel); in zthr_resume()
467 boolean_t cancelled = t->zthr_cancel; in zthr_iscancelled()
HDspa.c8849 zthr_cancel(condense_thread);
8853 zthr_cancel(discard_thread);
8857 zthr_cancel(ll_delete_thread);
8861 zthr_cancel(ll_condense_thread);
10590 ZFS_MODULE_PARAM(zfs_livelist_condense, zfs_livelist_condense_, zthr_cancel,
HDarc.c7742 (void) zthr_cancel(arc_evict_zthr); in arc_fini()
7743 (void) zthr_cancel(arc_reap_zthr); in arc_fini()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDzthr.h36 extern void zthr_cancel(zthr_t *t);
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/include/
HDtunables.cfg52 LIVELIST_CONDENSE_ZTHR_CANCEL livelist.condense.zthr_cancel zfs_livelist_condense_zthr_cancel