Searched defs:dbuf_cache_lowater_pct (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c116 * changed by setting dbuf_cache_lowater_pct and dbuf_cache_hiwater_pct,
133 uint_t dbuf_cache_lowater_pct = 10; variable
445 (dbuf_cache_max_bytes * dbuf_cache_lowater_pct) / 100;

Completed in 106 milliseconds