SLEEPQ_HSIZE
static struct sleepqueue_chain sleepq_chains[SLEEPQ_HSIZE];
for (i = 0; i < SLEEPQ_HSIZE; ++i) {
#define SLEEPQ_HMASK (SLEEPQ_HSIZE - 1)