Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_sleepqueue.c107 #define SC_LOOKUP(wc) &sleepq_chains[SC_HASH(wc)]
161 static struct sleepqueue_chain sleepq_chains[SC_TABLESIZE]; variable
203 "depth", CTLFLAG_RD, &sleepq_chains[i].sc_depth, 0, NULL); in init_sleepqueue_profiling()
205 "max_depth", CTLFLAG_RD, &sleepq_chains[i].sc_max_depth, 0, in init_sleepqueue_profiling()
224 LIST_INIT(&sleepq_chains[i].sc_queues); in init_sleepqueues()
225 mtx_init(&sleepq_chains[i].sc_lock, "sleepq chain", NULL, in init_sleepqueues()
1145 for (sc = &sleepq_chains[0]; sc < sleepq_chains + SC_TABLESIZE; ++sc) { in sleepq_chains_remove_matching()
1459 LIST_FOREACH(sq, &sleepq_chains[i].sc_queues, sq_hash) { in DB_SHOW_COMMAND()