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.c3083 bplist_t new_frees; in spa_livelist_condense_sync() local
3109 bplist_create(&new_frees); in spa_livelist_condense_sync()
3112 .frees = &new_frees, in spa_livelist_condense_sync()
3129 bplist_iterate(&new_frees, dsl_deadlist_insert_free_cb, ll, tx); in spa_livelist_condense_sync()
3130 bplist_destroy(&new_frees); in spa_livelist_condense_sync()