SLEEPTAB_HASH_SIZE
sleepqlock_t sleepq_locks[SLEEPTAB_HASH_SIZE] __cacheline_aligned;
for (i = 0; i < SLEEPTAB_HASH_SIZE; i++) {
#define SLEEPTAB_HASH_MASK (SLEEPTAB_HASH_SIZE - 1)
sleepq_t st_queue[SLEEPTAB_HASH_SIZE];
extern sleepqlock_t sleepq_locks[SLEEPTAB_HASH_SIZE];
extern sleepqlock_t sleepq_locks[SLEEPTAB_HASH_SIZE];