Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c47 uint64_t zfs_dedup_log_mem_max = 0; variable
75 if (zfs_dedup_log_mem_max == 0) { in ddt_log_init()
78 zfs_dedup_log_mem_max = (physmem * PAGESIZE) * in ddt_log_init()
81 zfs_dedup_log_mem_max = MAX(zfs_dedup_log_mem_max, 1*1024*1024); in ddt_log_init()
471 DDT_LOG_ENTRY_SIZE(ddt)) >= (zfs_dedup_log_mem_max >> 1); in ddt_log_swap()