Searched defs:dbuf_cache_hiwater_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,
132 uint_t dbuf_cache_hiwater_pct = 10; variable
435 (dbuf_cache_max_bytes * dbuf_cache_hiwater_pct) / 100;

Completed in 62 milliseconds