Home
last modified time | relevance | path

Searched refs:ll_condense_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c2345 zthr_t *ll_condense_thread = spa->spa_livelist_condense_zthr; in dsl_dir_remove_livelist() local
2346 if (ll_condense_thread != NULL && in dsl_dir_remove_livelist()
2354 zthr_wait_cycle_done(ll_condense_thread); in dsl_dir_remove_livelist()
H A Dspa.c9171 zthr_t *ll_condense_thread = spa->spa_livelist_condense_zthr; local
9172 if (ll_condense_thread != NULL)
9173 zthr_cancel(ll_condense_thread);
9201 zthr_t *ll_condense_thread = spa->spa_livelist_condense_zthr; local
9202 if (ll_condense_thread != NULL)
9203 zthr_resume(ll_condense_thread);