Home
last modified time | relevance | path

Searched refs:spa_condense_zthr (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h312 zthr_t *spa_condense_zthr; /* zthr doing condense. */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c804 zthr_wakeup(spa->spa_condense_zthr); in spa_condense_indirect_start_sync()
885 ASSERT3P(spa->spa_condense_zthr, ==, NULL); in spa_start_indirect_condensing_thread()
886 spa->spa_condense_zthr = zthr_create("z_indirect_condense", in spa_start_indirect_condensing_thread()
H A Dspa.c1505 if (spa->spa_condense_zthr != NULL) { in spa_destroy_aux_threads()
1506 zthr_destroy(spa->spa_condense_zthr); in spa_destroy_aux_threads()
1507 spa->spa_condense_zthr = NULL; in spa_destroy_aux_threads()
8168 zthr_t *condense_thread = spa->spa_condense_zthr;
8194 zthr_t *condense_thread = spa->spa_condense_zthr;