HASHSIZE
#define HASHMASK (HASHSIZE - 1)
static struct wlist *hashtab[HASHSIZE];
#define HASHKEY(pgno) ((pgno - 1) % HASHSIZE)
TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
for (entry = 0; entry < HASHSIZE; ++entry)
#define INOHASH(val) (val % HASHSIZE)
static struct inotab *inotab[HASHSIZE];
ndptr hashtab[HASHSIZE]; /* hash table for macros etc. */
n %= HASHSIZE;
static struct syment *hashtab[HASHSIZE];
hash = (int)(kp[i].ki_sockaddr % HASHSIZE);
hash = (int)(f->ki_fdata % HASHSIZE);
struct socklist sockhash[HASHSIZE];