Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Deytzinger.h194 static inline unsigned eytzinger0_first(unsigned size) in eytzinger0_first() function
242 for (unsigned (_i) = eytzinger0_first((_size)); \
Dtime_stats.h52 #define QUANTILE_FIRST eytzinger0_first(NR_QUANTILES)
Dutil.c470 int i = eytzinger0_first(NR_QUANTILES); in bch2_time_stats_to_text()
750 BUG_ON(eytzinger0_next(-1, size) != eytzinger0_first(size));
752 BUG_ON(eytzinger0_prev(eytzinger0_first(size), size) != -1);
Djournal_seq_blacklist.c235 for (src = bl->start, i = t->nr == 0 ? 0 : eytzinger0_first(t->nr); in bch2_blacklist_entries_gc()