Home
last modified time | relevance | path

Searched refs:nfsrv_export_hash_size (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/nfs/
H A Dnfs_subs.c1759 if (nfsrv_export_hash_size <= 0) { in nfsrv_export()
1760 nfsrv_export_hash_size = NFSRVEXPHASHSZ; in nfsrv_export()
1762 nfsrv_export_hashtbl = hashinit(nfsrv_export_hash_size, M_TEMP, &nfsrv_export_hash); in nfsrv_export()
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.c142 …s_server, OID_AUTO, export_hash_size, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_export_hash_size, 0, "");
H A Dnfs_serv.c135 int nfsrv_export_hash_size = NFSRVEXPHASHSZ; variable