Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_sleepq.c38 #define SC_LOOKUP(wc) &sc_table[SC_HASH(wc)]
47 static struct sleepqueue_chain sc_table[HASHSIZE]; variable
55 LIST_INIT(&sc_table[i].sc_queues); in _sleepq_init()
56 _thr_umutex_init(&sc_table[i].sc_lock); in _sleepq_init()