Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddbuf.c283 uint_t dbuf_cache_lowater_pct = 10; variable
299 SYSCTL_UINT(_vfs_zfs, OID_AUTO, dbuf_cache_lowater_pct, CTLFLAG_RWTUN,
300 &dbuf_cache_lowater_pct, 0, "max percents below the dbuf cache size");
663 (dbuf_cache_target * dbuf_cache_lowater_pct) / 100); in dbuf_cache_lowater_bytes()