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