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

Function arc_target_bytes

freebsd/contrib/openzfs/module/zfs/arc.c:7583–7587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7581}
7582
7583uint64_t
7584arc_target_bytes(void)
7585{
7586 return (arc_c);
7587}
7588
7589void
7590arc_set_limits(uint64_t allmem)

Callers 3

dbuf_cache_target_bytesFunction · 0.85
spa_load_verify_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected