Searched refs:NFSUSERHASHSIZE (Results 1 – 3 of 3) sorted by relevance
59 (&nfsuserhash[(id) % NFSUSERHASHSIZE])62 % NFSUSERHASHSIZE])
97 #ifndef NFSUSERHASHSIZE98 #define NFSUSERHASHSIZE 30 /* Size of user id hash table */ macro
158 static struct nfsuserhashhead nfsuserhash[NFSUSERHASHSIZE];159 static struct nfsuserhashhead nfsusernamehash[NFSUSERHASHSIZE];3081 for (i = 0; i < NFSUSERHASHSIZE; i++) in nfssvc_idname()3085 for (i = 0; i < NFSUSERHASHSIZE; i++) in nfssvc_idname()