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

Function cache_recalc_neg_min

freebsd/kern/vfs_cache.c:904–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902 "VFS cache effectiveness statistics");
903
904static void
905cache_recalc_neg_min(u_int val)
906{
907
908 neg_min = (ncsize * val) / 100;
909}
910
911static int
912sysctl_negminpct(SYSCTL_HANDLER_ARGS)

Callers 3

sysctl_negminpctFunction · 0.85
nchinitFunction · 0.85
cache_changesizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected