Searched refs:nfsrv_reqcache_size (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.101.15/bsd/nfs/ |
| H A D | nfs_srvcache.c | 95 int nfsrv_reqcache_size = NFSRVCACHESIZ; variable 163 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()
|
| H A D | nfs.h | 749 extern int nfsrv_async, nfsrv_export_hash_size, nfsrv_reqcache_size, nfsrv_sock_max_rec_queue_lengt…
|
| H A D | nfs_syscalls.c | 141 …ric_nfs_server, OID_AUTO, reqcache_size, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_reqcache_size, 0, "");
|