Searched refs:HASHSHIFT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_sleepq.c33 #define HASHSHIFT 9 macro
34 #define HASHSIZE (1 << HASHSHIFT)
37 ^ ((uintptr_t)(wchan) >> (HASHSHIFT + 3))) \

Completed in 76 milliseconds