Home
last modified time | relevance | path

Searched refs:NFS_MUIDHASHSIZ (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/nfs/
H A Dnfsmount.h58 LIST_HEAD(, nfsuid) nm_uidhashtbl[NFS_MUIDHASHSIZ];
H A Dnfs.h331 #ifndef NFS_MUIDHASHSIZ
332 #define NFS_MUIDHASHSIZ 67 /* Tune the size of nfsmount with this */ macro
335 (&(nmp)->nm_uidhashtbl[(uid) % NFS_MUIDHASHSIZ])