Searched refs:bucket_hash (Results 1 – 5 of 5) sorted by relevance
1274 bucket_hash ^= lo_hash_dword >> n; \1280 bucket_hash ^= hi_hash_dword >> n; \1300 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local1342 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()1343 bucket_hash &= IXGBE_ATR_HASH_MASK; in ixgbe_atr_compute_sig_hash_82599()1349 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()1417 bucket_hash ^= lo_hash_dword >> n; \1419 bucket_hash ^= hi_hash_dword >> n; \1438 u32 bucket_hash = 0; in ixgbe_atr_compute_perfect_hash_82599() local1478 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()
739 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()