Home
last modified time | relevance | path

Searched refs:arc_max_bytes (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h252 uint64_t arc_max_bytes(void);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c654 dbuf_cache_max_bytes >= arc_max_bytes()) { in dbuf_init()
655 dbuf_cache_max_bytes = arc_max_bytes() >> dbuf_cache_shift; in dbuf_init()
658 dbuf_metadata_cache_max_bytes >= arc_max_bytes()) { in dbuf_init()
660 arc_max_bytes() >> dbuf_metadata_cache_shift; in dbuf_init()
H A Darc.c7097 arc_max_bytes(void) in arc_max_bytes() function