HASHSIZE
#define HASHMASK (HASHSIZE - 1)
static struct wlist *hashtab[HASHSIZE];
#define HASHKEY(pgno) ((pgno - 1 + HASHSIZE) % HASHSIZE)
TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
for (entry = 0; entry < HASHSIZE; ++entry)
#define INOHASH(val) (val % HASHSIZE)
static struct inotab *inotab[HASHSIZE];
struct filterhead hashtable[HASHSIZE];
for (i = 0; i < HASHSIZE; i++) {
for (i = 0; i < HASHSIZE; i++) {
struct filterhead hashtable[HASHSIZE];
for (i = 0; i < HASHSIZE; i++) {
for (i = 0; i < HASHSIZE; i++) {
struct filterhead hashtable[HASHSIZE];
for (i = 0; i < HASHSIZE; i++)
for (i = 0; i < HASHSIZE; i++) {
for (i = 0, chain = priv->hashtable; i < HASHSIZE;
#define HASHMASK (HASHSIZE - 1)
hash = (int)((uintptr_t)sock->socket % HASHSIZE);
hash = (int)((uintptr_t)sock->socket % HASHSIZE);
hash = (int)((uintptr_t)xf->f_data % HASHSIZE);
for (hash = 0; hash < HASHSIZE; ++hash) {
static struct sock *sockhash[HASHSIZE];