Searched refs:SC_HASH (Results 1 – 2 of 2) sorted by relevance
37 #define SC_HASH(wchan) ((unsigned) \ macro41 #define SC_LOOKUP(wc) &sc_table[SC_HASH(wc)]
103 #define SC_HASH(wc) ((((uintptr_t)(wc) >> SC_SHIFT) ^ (uintptr_t)(wc)) & \ macro105 #define SC_LOOKUP(wc) &sleepq_chains[SC_HASH(wc)]1299 LIST_FOREACH(sp, &sleepq_hash[SC_HASH(wmesg)], sp_link) in sleepq_profile()1307 LIST_INSERT_HEAD(&sleepq_hash[SC_HASH(wmesg)], sp, sp_link); in sleepq_profile()