Searched refs:mca_hash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.c | 824 static struct hlist_head *mca_hash(struct cache_set *c, struct bkey *k) in mca_hash() function 834 hlist_for_each_entry_rcu(b, mca_hash(c, k), hash) in mca_find() 942 hlist_add_head_rcu(&b->hash, mca_hash(c, k)); in mca_alloc()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.c | 845 static struct hlist_head *mca_hash(struct cache_set *c, struct bkey *k) in mca_hash() function 855 hlist_for_each_entry_rcu(b, mca_hash(c, k), hash) in mca_find() 963 hlist_add_head_rcu(&b->hash, mca_hash(c, k)); in mca_alloc()
|
Completed in 7 milliseconds