HomeSort by: relevance | last modified time | path
    Searched defs:dbuf_cache_max_bytes (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dbuf.c 85 uint64_t dbuf_cache_max_bytes = 100 * 1024 * 1024; variable
436 (dbuf_cache_max_bytes * dbuf_cache_hiwater_pct) / 100;
439 dbuf_cache_max_bytes + dbuf_cache_hiwater_bytes);
446 (dbuf_cache_max_bytes * dbuf_cache_lowater_pct) / 100;
449 dbuf_cache_max_bytes - dbuf_cache_lowater_bytes);
564 if (refcount_count(&dbuf_cache_size) > dbuf_cache_max_bytes) {
568 if (refcount_count(&dbuf_cache_size) > dbuf_cache_max_bytes) {
616 dbuf_cache_max_bytes = MIN(dbuf_cache_max_bytes,

Completed in 15 milliseconds