Home
last modified time | relevance | path

Searched refs:nfsrv_reqcache_size (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/bsd/nfs/
H A Dnfs_srvcache.c95 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 Dnfs.h749 extern int nfsrv_async, nfsrv_export_hash_size, nfsrv_reqcache_size, nfsrv_sock_max_rec_queue_lengt…
H A Dnfs_syscalls.c141 …ric_nfs_server, OID_AUTO, reqcache_size, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_reqcache_size, 0, "");