Searched refs:n_nchash (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dvfs_cache.c330 int n_nchash; local
333 n_nchash = nchash + 1; /* nchash is max index, not count */
335 return SYSCTL_OUT(req, 0, n_nchash * sizeof(int));
338 for (ncpp = nchashtbl; n_nchash > 0; n_nchash--, ncpp++) {
361 int n_nchash; local
367 n_nchash = nchash + 1; /* nchash is max index, not count */
372 for (ncpp = nchashtbl; n_nchash > 0; n_nchash--, ncpp++) {
384 n_nchash
[all...]

Completed in 102 milliseconds