Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib442 printf("%u\n", `dbuf_cache_max_bytes);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c231 static uint64_t dbuf_cache_max_bytes = UINT64_MAX; variable
733 return (MIN(dbuf_cache_max_bytes, in dbuf_cache_target_bytes()