Searched defs:upc_hashmask (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c661 static ulong_t upc_hashmask; variable
662 #define UPC_HASH(x, y) ((ulong_t)(x ^ y) & upc_hashmask)
682 upc_hashmask = upc_hashsize - 1;

Completed in 334 milliseconds