Lines Matching defs:SC_TABLESIZE
95 * SC_TABLESIZE must be a power of two for SC_MASK to work properly.
97 #ifndef SC_TABLESIZE
98 #define SC_TABLESIZE 256
100 CTASSERT(powerof2(SC_TABLESIZE));
101 #define SC_MASK (SC_TABLESIZE - 1)
159 static struct sleepqueue_chain sleepq_chains[SC_TABLESIZE];
194 for (i = 0; i < SC_TABLESIZE; i++) {
221 for (i = 0; i < SC_TABLESIZE; i++) {
1164 for (sc = &sleepq_chains[0]; sc < sleepq_chains + SC_TABLESIZE; ++sc) {
1304 struct sqphead sleepq_hash[SC_TABLESIZE];
1343 for (i = 0; i < SC_TABLESIZE; i++)
1414 for (i = 0; i < SC_TABLESIZE; i++) {
1472 for (i = 0; i < SC_TABLESIZE; i++)