Searched refs:HS_HASH (Results 1 – 1 of 1) sorted by relevance
162 #define HS_HASH(l) ((uint_t)(l) & (HS_HASHSIZE - 1)) macro164 #define HS_HASH(l) ((uint_t)(l) % HS_HASHSIZE) macro166 #define HS_HPASH(hp) HS_HASH((hp)->hs_nodeid)388 for (tp = fsp->hsfs_hash[HS_HASH(nodeid)]; tp != NULL; in hs_findhash()