Searched refs:bset_cacheline (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/bcachefs/
H A Dbset.c434 static inline void *bset_cacheline(const struct btree *b, function
448 return bset_cacheline(b, t, cacheline) + offset * 8;
455 return ((void *) k - bset_cacheline(b, t, 0)) / BSET_CACHELINE;
463 return (u64 *) k - (u64 *) bset_cacheline(b, t, cacheline);

Completed in 160 milliseconds