Searched defs:UHASH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c68 #define UHASH 997 macro
69 static struct username *uhead[UHASH];
391 for (up = uhead[uid % UHASH]; up != 0; up = up->u_next)
416 uhp = &uhead[uid % UHASH];
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c83 #define UHASH 8209 macro
85 #define HASH(u) ((uint_t)(u) % UHASH)
86 static struct du *duhashtbl[UHASH];
573 for (hp = duhashtbl, i = 0; i != UHASH; i++) {
600 for (i = 0; i != UHASH; i++) {

Completed in 58 milliseconds