Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDspa_impl.h324 zthr_t *spa_condense_zthr; /* zthr doing condense. */ member
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDvdev_indirect.c802 zthr_wakeup(spa->spa_condense_zthr); in spa_condense_indirect_start_sync()
883 ASSERT3P(spa->spa_condense_zthr, ==, NULL); in spa_start_indirect_condensing_thread()
884 spa->spa_condense_zthr = zthr_create("z_indirect_condense", in spa_start_indirect_condensing_thread()
HDspa.c1919 if (spa->spa_condense_zthr != NULL) { in spa_destroy_aux_threads()
1920 zthr_destroy(spa->spa_condense_zthr); in spa_destroy_aux_threads()
1921 spa->spa_condense_zthr = NULL; in spa_destroy_aux_threads()
8847 zthr_t *condense_thread = spa->spa_condense_zthr;
8873 zthr_t *condense_thread = spa->spa_condense_zthr;