Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c3151 bplist_t new_frees; in spa_livelist_condense_sync() local
3177 bplist_create(&new_frees); in spa_livelist_condense_sync()
3180 .frees = &new_frees, in spa_livelist_condense_sync()
3197 bplist_iterate(&new_frees, dsl_deadlist_insert_free_cb, ll, tx); in spa_livelist_condense_sync()
3198 bplist_destroy(&new_frees); in spa_livelist_condense_sync()