MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dbuf_cache_lowater_bytes

Function dbuf_cache_lowater_bytes

freebsd/contrib/openzfs/module/zfs/dbuf.c:649–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647}
648
649static inline uint64_t
650dbuf_cache_lowater_bytes(void)
651{
652 uint64_t dbuf_cache_target = dbuf_cache_target_bytes();
653 return (dbuf_cache_target -
654 (dbuf_cache_target * dbuf_cache_lowater_pct) / 100);
655}
656
657static inline boolean_t
658dbuf_cache_above_lowater(void)

Callers 2

dbuf_cache_above_lowaterFunction · 0.85
dbuf_kstat_updateFunction · 0.85

Calls 1

dbuf_cache_target_bytesFunction · 0.85

Tested by

no test coverage detected