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

/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_sleepq.c32 #define HASHSHIFT 9 macro
33 #define HASHSIZE (1 << HASHSHIFT)
36 ^ ((uintptr_t)(wchan) >> (HASHSHIFT + 3))) \

Completed in 45 milliseconds