Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h437 #define QHASHSHIFT 9 /* number of hashing bits */ macro
438 #define QHASHSIZE (1 << QHASHSHIFT) /* power of 2 (1<<9 == 512) */
441 ^ ((uintptr_t)(wchan) >> (QHASHSHIFT + 3))) \