Searched refs:upc_hashmask (Results 1 – 1 of 1) sorted by relevance
661 static ulong_t upc_hashmask; variable662 #define UPC_HASH(x, y) ((ulong_t)(x ^ y) & upc_hashmask)682 upc_hashmask = upc_hashsize - 1; in upcount_init()