Home
last modified time | relevance | path

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

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