Home
last modified time | relevance | path

Searched refs:SLEEPQ_HSIZE (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_sleepqueue.c80 #define SLEEPQ_HSIZE 1024 macro
81 #define SLEEPQ_HMASK (SLEEPQ_HSIZE - 1)
106 static struct sleepqueue_chain sleepq_chains[SLEEPQ_HSIZE];
139 for (i = 0; i < SLEEPQ_HSIZE; ++i) { in init_sleepqueues()