Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
H A Dnfs.h412 #ifndef NFS_UIDHASHSIZ
413 #define NFS_UIDHASHSIZ 29 /* Tune the size of nfssvc_sock with this */ macro
416 (&(sock)->ns_uidhashtbl[(uid) % NFS_UIDHASHSIZ])
479 LIST_HEAD(, nfsuid) ns_uidhashtbl[NFS_UIDHASHSIZ];
/dragonfly/sys/conf/
H A Doptions450 NFS_UIDHASHSIZ opt_nfs.h
/dragonfly/sys/config/
H A DLINT64533 options NFS_UIDHASHSIZ=29 # Tune the size of nfssvc_sock with this