Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Dbset.c273 static inline size_t btree_keys_cachelines(struct btree_keys *b) in btree_keys_cachelines() function
281 return btree_keys_cachelines(b) * sizeof(struct bkey_float); in bset_tree_bytes()
287 return btree_keys_cachelines(b) * sizeof(uint8_t); in bset_prev_bytes()
660 if (t->tree != b->set->tree + btree_keys_cachelines(b)) { in bch_bset_build_unwritten_tree()
702 b->set->tree + btree_keys_cachelines(b) - t->tree); in bch_bset_build_written_tree()
820 if (t->size == b->set->tree + btree_keys_cachelines(b) - t->tree) in bch_bset_fix_lookup_table()