Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c1313 static int max_free_per_call = 10000; variable
1314 SYSCTL_INT(_debug, OID_AUTO, max_vnlru_free, CTLFLAG_RW, &max_free_per_call, 0,
1316 SYSCTL_INT(_vfs_vnode_vnlru, OID_AUTO, max_free_per_call, CTLFLAG_RW,
1317 &max_free_per_call, 0,
1332 if (count > max_free_per_call) in vnlru_free_impl()
1333 count = max_free_per_call; in vnlru_free_impl()