Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libthr/thread/
Dthr_sleepq.c35 #define HASHSHIFT 9 macro
36 #define HASHSIZE (1 << HASHSHIFT)
39 ^ ((uintptr_t)(wchan) >> (HASHSHIFT + 3))) \