Searched defs:SC_HASH (Results 1 – 2 of 2) sorted by relevance
34 #define SC_HASH(wchan) ((unsigned) \ macro
103 #define SC_HASH(wc) ((((uintptr_t)(wc) >> SC_SHIFT) ^ (uintptr_t)(wc)) & \ macro