Searched refs:zfs_max_async_dedup_frees (Results 1 – 1 of 1) sorted by relevance
211 static uint64_t zfs_max_async_dedup_frees = 250000; variable3593 if (zfs_max_async_dedup_frees != 0 && in dsl_scan_async_block_should_pause()3594 scn->scn_async_frees_this_txg >= zfs_max_async_dedup_frees) { in dsl_scan_async_block_should_pause()