Searched refs:SC_LOOKUP (Results 1 – 2 of 2) sorted by relevance
38 #define SC_LOOKUP(wc) &sc_table[SC_HASH(wc)] macro83 sc = SC_LOOKUP(wchan); in _sleepq_lock()93 sc = SC_LOOKUP(wchan); in _sleepq_unlock()111 return (lookup(SC_LOOKUP(wchan), wchan)); in _sleepq_lookup()120 sc = SC_LOOKUP(wchan); in _sleepq_add()
105 #define SC_LOOKUP(wc) &sleepq_chains[SC_HASH(wc)] macro264 sc = SC_LOOKUP(wchan); in sleepq_lock()280 sc = SC_LOOKUP(wchan); in sleepq_lookup()296 sc = SC_LOOKUP(wchan); in sleepq_release()315 sc = SC_LOOKUP(wchan); in sleepq_add()402 sc = SC_LOOKUP(wchan); in sleepq_set_timeout_sbt()509 sc = SC_LOOKUP(wchan); in sleepq_catch_signals()554 sc = SC_LOOKUP(wchan); in sleepq_switch()751 sc = SC_LOOKUP(sq->sq_wchan); in sleepq_resume_thread()808 sc = SC_LOOKUP(sq->sq_wchan); in sleepq_remove_thread()[all …]