Searched refs:inorder_to_eytzinger0 (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | eytzinger.c | 155 return do_cmp(base + inorder_to_eytzinger0(l, n) * size, in eytzinger0_do_cmp() 156 base + inorder_to_eytzinger0(r, n) * size, in eytzinger0_do_cmp() 164 do_swap(base + inorder_to_eytzinger0(l, n) * size, in eytzinger0_do_swap() 165 base + inorder_to_eytzinger0(r, n) * size, in eytzinger0_do_swap()
|
H A D | time_stats.h | 51 #define QUANTILE_IDX(i) inorder_to_eytzinger0(i, NR_QUANTILES)
|
H A D | eytzinger.h | 236 static inline unsigned inorder_to_eytzinger0(unsigned i, unsigned size) in inorder_to_eytzinger0() function
|
H A D | disk_accounting.c | 753 unsigned idx = inorder_to_eytzinger0(i, acc->k.nr); in bch2_accounting_read()
|