Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_sleepqueue.c99 #ifndef SC_TABLESIZE
100 #define SC_TABLESIZE 256 macro
102 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 …]
/f-stack/freebsd/amd64/include/
H A Dparam.h162 #define SC_TABLESIZE 1024 /* Must be power of 2. */ macro