Searched refs:SC_TABLESIZE (Results 1 – 2 of 2) sorted by relevance
99 #ifndef SC_TABLESIZE100 #define SC_TABLESIZE 256 macro102 CTASSERT(powerof2(SC_TABLESIZE));103 #define SC_MASK (SC_TABLESIZE - 1)161 static struct sleepqueue_chain sleepq_chains[SC_TABLESIZE];196 for (i = 0; i < SC_TABLESIZE; i++) { in init_sleepqueue_profiling()223 for (i = 0; i < SC_TABLESIZE; i++) { in init_sleepqueues()1290 struct sqphead sleepq_hash[SC_TABLESIZE];1329 for (i = 0; i < SC_TABLESIZE; i++) in sleepq_prof_reset()1400 for (i = 0; i < SC_TABLESIZE; i++) { in dump_sleepq_prof_stats()[all …]
162 #define SC_TABLESIZE 1024 /* Must be power of 2. */ macro