Searched refs:bucket_hash (Results 1 – 5 of 5) sorted by relevance
202 iter < ARRAY_SIZE((c)->bucket_hash); \204 hlist_for_each_entry_rcu((b), (c)->bucket_hash + iter, hash)
488 for (h = c->bucket_hash; in bch_cache_max_chain()489 h < c->bucket_hash + (1 << BUCKET_HASH_BITS); in bch_cache_max_chain()
681 struct hlist_head bucket_hash[1 << BUCKET_HASH_BITS]; member
820 return &c->bucket_hash[hash_32(PTR_HASH(c, k), BUCKET_HASH_BITS)]; in mca_hash()
1429 bucket_hash ^= lo_hash_dword >> n; \1435 bucket_hash ^= hi_hash_dword >> n; \1454 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local1496 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()1497 bucket_hash &= IXGBE_ATR_HASH_MASK; in ixgbe_atr_compute_sig_hash_82599()1503 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()1561 bucket_hash ^= lo_hash_dword >> n; \1563 bucket_hash ^= hi_hash_dword >> n; \1582 u32 bucket_hash = 0, hi_dword = 0; in ixgbe_atr_compute_perfect_hash_82599() local1621 input->formatted.bkt_hash = bucket_hash & 0x1FFF; in ixgbe_atr_compute_perfect_hash_82599()