Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_sleepqueue.c105 #define SC_LOOKUP(wc) &sleepq_chains[SC_HASH(wc)]
159 static struct sleepqueue_chain sleepq_chains[SC_TABLESIZE]; variable
201 "depth", CTLFLAG_RD, &sleepq_chains[i].sc_depth, 0, NULL); in init_sleepqueue_profiling()
203 "max_depth", CTLFLAG_RD, &sleepq_chains[i].sc_max_depth, 0, in init_sleepqueue_profiling()
222 LIST_INIT(&sleepq_chains[i].sc_queues); in init_sleepqueues()
223 mtx_init(&sleepq_chains[i].sc_lock, "sleepq chain", NULL, in init_sleepqueues()
1164 for (sc = &sleepq_chains[0]; sc < sleepq_chains + SC_TABLESIZE; ++sc) { in sleepq_chains_remove_matching()
1473 LIST_FOREACH(sq, &sleepq_chains[i].sc_queues, sq_hash) { in DB_SHOW_COMMAND()