Searched refs:maxvnodes (Results 1 – 2 of 2) sorted by relevance
15 static uint32_t maxvnodes = 0; variable40 uint32_t num_files = maxvnodes - MINVNODES_FOR_TEST; in run_vnoder()73 if (current_num >= (maxvnodes + 5000)) { in run_vnoder()143 maxvnodes = get_sysctl_int("kern.maxvnodes");144 T_LOG("max vnodes: %d", maxvnodes);145 if (maxvnodes > MAXVNODES_FOR_TEST) {147 } else if (maxvnodes <= MINVNODES_FOR_TEST) {189 T_ASSERT_GT(current_num, maxvnodes,233 T_ASSERT_LE(current_num, maxvnodes + deallocateable_busy_vnodes + vnode_delta,
2318 SYSCTL_PROC(_kern, KERN_MAXVNODES, maxvnodes,