Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c1210 static int max_vnlru_free = 10000; /* limit on vnode free requests per call */ variable
1211 SYSCTL_INT(_debug, OID_AUTO, max_vnlru_free, CTLFLAG_RW, &max_vnlru_free,
1226 if (count > max_vnlru_free) in vnlru_free_impl()
1227 count = max_vnlru_free; in vnlru_free_impl()