Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c1297 bucket_hash ^= lo_hash_dword >> n; \
1303 bucket_hash ^= hi_hash_dword >> n; \
1322 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local
1364 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()
1365 bucket_hash &= IXGBE_ATR_HASH_MASK; in ixgbe_atr_compute_sig_hash_82599()
1371 return sig_hash ^ bucket_hash; in ixgbe_atr_compute_sig_hash_82599()
1439 bucket_hash ^= lo_hash_dword >> n; \
1441 bucket_hash ^= hi_hash_dword >> n; \
1460 u32 bucket_hash = 0, hi_dword = 0; in ixgbe_atr_compute_perfect_hash_82599() local
1499 input->formatted.bkt_hash = bucket_hash & 0x1FFF; in ixgbe_atr_compute_perfect_hash_82599()
/drivers/md/bcache/
Dbtree.h202 iter < ARRAY_SIZE((c)->bucket_hash); \
204 hlist_for_each_entry_rcu((b), (c)->bucket_hash + iter, hash)
Dsysfs.c493 for (h = c->bucket_hash; in bch_cache_max_chain()
494 h < c->bucket_hash + (1 << BUCKET_HASH_BITS); in bch_cache_max_chain()
Dbcache.h666 struct hlist_head bucket_hash[1 << BUCKET_HASH_BITS]; member
Dbtree.c825 return &c->bucket_hash[hash_32(PTR_HASH(c, k), BUCKET_HASH_BITS)]; in mca_hash()