Home
last modified time | relevance | path

Searched refs:bucket_hash (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c1274 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() local
1342 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() local
1478 input->formatted.bkt_hash = (__force __be16)(bucket_hash & 0x1FFF); in ixgbe_atr_compute_perfect_hash_82599()
/linux-6.6.21/drivers/md/bcache/
Dbtree.h206 iter < ARRAY_SIZE((c)->bucket_hash); \
208 hlist_for_each_entry_rcu((b), (c)->bucket_hash + iter, hash)
Dsysfs.c702 for (h = c->bucket_hash; in bch_cache_max_chain()
703 h < c->bucket_hash + (1 << BUCKET_HASH_BITS); in bch_cache_max_chain()
Dbcache.h739 struct hlist_head bucket_hash[1 << BUCKET_HASH_BITS]; member
Dbtree.c847 return &c->bucket_hash[hash_32(PTR_HASH(c, k), BUCKET_HASH_BITS)]; in mca_hash()