Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dbtree.h206 iter < ARRAY_SIZE((c)->bucket_hash); \
208 hlist_for_each_entry_rcu((b), (c)->bucket_hash + iter, hash)
H A Dsysfs.c701 for (h = c->bucket_hash; in bch_cache_max_chain()
702 h < c->bucket_hash + (1 << BUCKET_HASH_BITS); in bch_cache_max_chain()
H A Dbcache.h742 struct hlist_head bucket_hash[1 << BUCKET_HASH_BITS]; member
H A Dbtree.c850 return &c->bucket_hash[hash_32(PTR_HASH(c, k), BUCKET_HASH_BITS)]; in mca_hash()