Home
last modified time | relevance | path

Searched refs:BUCKET_HASH_BITS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/bcache/
H A Dbcache.h741 #define BUCKET_HASH_BITS 12 macro
742 struct hlist_head bucket_hash[1 << BUCKET_HASH_BITS];
H A Dsysfs.c705 h < c->bucket_hash + (1 << BUCKET_HASH_BITS); in bch_cache_max_chain()
H A Dbtree.c852 return &c->bucket_hash[hash_32(PTR_HASH(c, k), BUCKET_HASH_BITS)]; in mca_hash()