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