Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbset.h191 #define BSET_CACHELINE 256 macro
195 return (1U << b->byte_order) / BSET_CACHELINE; in btree_keys_cachelines()
H A Dbset.c422 cacheline * BSET_CACHELINE; in bset_cacheline()
437 return ((void *) k - bset_cacheline(b, t, 0)) / BSET_CACHELINE; in bkey_to_cacheline()
/linux/drivers/md/bcache/
H A Dbset.c269 #define BSET_CACHELINE 128 macro
279 return btree_keys_bytes(b) / BSET_CACHELINE; in btree_keys_cachelines()
533 return ((void *) t->data) + cacheline * BSET_CACHELINE + offset * 8; in cacheline_to_bkey()
538 return ((void *) k - (void *) t->data) / BSET_CACHELINE; in bkey_to_cacheline()