Home
last modified time | relevance | path

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

/titanic_41/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; in upcount_init()