HomeSort by: relevance | last modified time | path
    Searched refs:NFS_MUIDHASHSIZ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfsmount.h 166 LIST_HEAD(, nfsuid) nm_uidhashtbl[NFS_MUIDHASHSIZ];
nfs.h 367 #ifndef NFS_MUIDHASHSIZ
368 #define NFS_MUIDHASHSIZ 63 /* Tune the size of nfsmount with this */
371 (&(nmp)->nm_uidhashtbl[(uid) % NFS_MUIDHASHSIZ])

Completed in 35 milliseconds