Searched refs:vn_alloc_cyclecount (Results 1 – 1 of 1) sorted by relevance
1977 static u_long vn_alloc_cyclecount; variable2004 vn_alloc_cyclecount = 0; in vn_alloc_hard()2010 if (vn_alloc_cyclecount++ >= rfreevnodes) { in vn_alloc_hard()2011 vn_alloc_cyclecount = 0; in vn_alloc_hard()2055 if (__predict_false(vn_alloc_cyclecount != 0)) in vn_alloc()