Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg35 DEDUP_LOG_FLUSH_ENTRIES_MAX dedup.log_flush_entries_max zfs_dedup_log_flush_entries_max
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt.c272 uint_t zfs_dedup_log_flush_entries_max = UINT_MAX; variable
2159 flush_max = MIN(flush_max, zfs_dedup_log_flush_entries_max); in ddt_sync_flush_log()