Home
last modified time | relevance | path

Searched refs:zthr_iscancelled (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzthr.h39 extern boolean_t zthr_iscancelled(zthr_t *t);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzthr.c445 zthr_iscancelled(zthr_t *t) in zthr_iscancelled() function
H A Dspa_checkpoint.c411 if (zthr_iscancelled(zthr)) in spa_checkpoint_discard_thread()
H A Dvdev_indirect.c611 if (zthr_iscancelled(zthr)) { in spa_condense_indirect_generate_new_mapping()
745 if (zthr_iscancelled(zthr)) in spa_condense_indirect_thread()
H A Ddsl_deadlist.c958 if ((t != NULL) && (zthr_has_waiters(t) || zthr_iscancelled(t))) in dsl_livelist_iterate()
H A Dspa.c2651 !(zthr_has_waiters(t) || zthr_iscancelled(t))) in spa_livelist_condense_cb()
2686 !(zthr_has_waiters(t) || zthr_iscancelled(t))) in spa_livelist_condense_cb()
H A Darc.c4947 arc_evict_needed = !zthr_iscancelled(arc_evict_zthr) && in arc_evict_cb()