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

/freebsd-12-stable/sys/kern/
H A Dvfs_hash.c200 vfs_hash_changesize(int newmaxvnodes) argument
207 vfs_hash_newtbl = hashinit(newmaxvnodes, M_VFS_HASH,
H A Dvfs_cache.c1959 cache_changesize(int newmaxvnodes) argument
1968 newncsize = newmaxvnodes * ncsizefactor;
1969 newmaxvnodes = cache_roundup_2(newmaxvnodes * 2);
1970 if (newmaxvnodes < numbucketlocks)
1971 newmaxvnodes = numbucketlocks;
1973 new_nchashtbl = hashinit(newmaxvnodes, M_VFSCACHE, &new_nchash);

Completed in 110 milliseconds