Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c660 static ulong_t upc_hashmask; variable
661 #define UPC_HASH(x, y) ((ulong_t)(x ^ y) & upc_hashmask)
681 upc_hashmask = upc_hashsize - 1; in upcount_init()