Searched refs:bucket_hash (Results 1 – 5 of 5) sorted by relevance
1275 bucket_hash ^= lo_hash_dword >> n; \1281 bucket_hash ^= hi_hash_dword >> n; \1301 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local1343 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()1344 bucket_hash &= IXGBE_ATR_HASH_MASK; in ixgbe_atr_compute_sig_hash_82599()1350 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()1418 bucket_hash ^= lo_hash_dword >> n; \1420 bucket_hash ^= hi_hash_dword >> n; \1439 u32 bucket_hash = 0; in ixgbe_atr_compute_perfect_hash_82599() local1479 input->formatted.bkt_hash = (__force __be16)(bucket_hash & 0x1FFF); in ixgbe_atr_compute_perfect_hash_82599()
206 iter < ARRAY_SIZE((c)->bucket_hash); \208 hlist_for_each_entry_rcu((b), (c)->bucket_hash + iter, hash)
702 for (h = c->bucket_hash; in bch_cache_max_chain()703 h < c->bucket_hash + (1 << BUCKET_HASH_BITS); in bch_cache_max_chain()
738 struct hlist_head bucket_hash[1 << BUCKET_HASH_BITS]; member
826 return &c->bucket_hash[hash_32(PTR_HASH(c, k), BUCKET_HASH_BITS)]; in mca_hash()