Searched refs:nfsrv_reqcache_size (Results 1 – 3 of 3) sorted by relevance
95 int nfsrv_reqcache_size = NFSRVCACHESIZ; variable163 if (nfsrv_reqcache_size <= 0) { in nfsrv_initcache()169 nfsrv_reqcache_hashtbl = hashinit(nfsrv_reqcache_size, M_NFSD, &nfsrv_reqcache_hash); in nfsrv_initcache()301 if (nfsrv_reqcache_count < nfsrv_reqcache_size) { in nfsrv_getcache()
745 nfsrv_reqcache_size, nfsrv_sock_max_rec_queue_length;
201 …ric_nfs_server, OID_AUTO, reqcache_size, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_reqcache_size, 0, "");