Searched refs:max_vnlru_free (Results 1 – 1 of 1) sorted by relevance
1210 static int max_vnlru_free = 10000; /* limit on vnode free requests per call */ variable1211 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()