Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
HDperf.shlib441 printf("%u\n", `dbuf_cache_max_bytes);
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdbuf.c230 static uint64_t dbuf_cache_max_bytes = UINT64_MAX; variable
711 return (MIN(dbuf_cache_max_bytes, in dbuf_cache_target_bytes()