Home
last modified time | relevance | path

Searched refs:vn_alloc_cyclecount (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dvfs_subr.c1717 static u_long vn_alloc_cyclecount; variable
1727 vn_alloc_cyclecount = 0; in vn_alloc_hard()
1731 if (vn_alloc_cyclecount++ >= rfreevnodes) { in vn_alloc_hard()
1732 vn_alloc_cyclecount = 0; in vn_alloc_hard()
1770 if (__predict_false(vn_alloc_cyclecount != 0)) in vn_alloc()