Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzthr.c192 boolean_t zthr_cancel; member
215 while (!t->zthr_cancel) { in zthr_procedure()
237 t->zthr_cancel = B_FALSE; in zthr_procedure()
326 zthr_cancel(zthr_t *t) in zthr_cancel() function
350 t->zthr_cancel = B_TRUE; in zthr_cancel()
358 ASSERT(!t->zthr_cancel); in zthr_cancel()
377 ASSERT(!t->zthr_cancel); in zthr_resume()
428 boolean_t cancelled = t->zthr_cancel; in zthr_iscancelled()
H A Dspa.c7713 zthr_cancel(condense_thread);
7717 zthr_cancel(discard_thread);
H A Darc.c7258 (void) zthr_cancel(arc_adjust_zthr); in arc_fini()
7261 (void) zthr_cancel(arc_reap_zthr); in arc_fini()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzthr.h34 extern void zthr_cancel(zthr_t *t);