Home
last modified time | relevance | path

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

/netbsd/sys/nfs/
H A Dnfs.h357 #ifndef NFS_UIDHASHSIZ
358 #define NFS_UIDHASHSIZ 29 /* Tune the size of nfssvc_sock with this */ macro
361 (&(sock)->ns_uidhashtbl[(uid) % NFS_UIDHASHSIZ])
456 LIST_HEAD(, nfsuid) ns_uidhashtbl[NFS_UIDHASHSIZ];