Searched refs:maxvnodes (Results 1 – 2 of 2) sorted by relevance
19 static uint32_t maxvnodes = 0; variable90 uint32_t num_files = maxvnodes - MINVNODES_FOR_TEST; in run_vnoder()123 if (current_num >= (maxvnodes + 5000)) { in run_vnoder()193 maxvnodes = get_sysctl_int("kern.maxvnodes");194 T_LOG("max vnodes: %d", maxvnodes);195 if (maxvnodes > MAXVNODES_FOR_TEST) {197 } else if (maxvnodes <= MINVNODES_FOR_TEST) {259 T_ASSERT_GT(current_num, maxvnodes,303 T_ASSERT_LE(current_num, maxvnodes + deallocateable_busy_vnodes + vnode_delta,
2361 SYSCTL_PROC(_kern, KERN_MAXVNODES, maxvnodes,