Searched refs:LRU_TIME_MAX (Results 1 – 6 of 6) sorted by relevance
/linux/fs/bcachefs/ |
H A D | lru_format.h | 23 #define LRU_TIME_MAX ((1ULL << LRU_TIME_BITS) - 1) macro
|
H A D | lru.h | 19 EBUG_ON(time > LRU_TIME_MAX); in lru_pos()
|
H A D | alloc_background.h | 154 ? a.io_time[READ] & LRU_TIME_MAX in alloc_lru_idx_read()
|
H A D | movinggc.c | 172 lru_pos(BCH_LRU_FRAGMENTATION_START, U64_MAX, LRU_TIME_MAX), in bch2_copygc_get_buckets()
|
H A D | alloc_background.c | 265 bkey_fsck_err_on(a.io_time[i] > LRU_TIME_MAX, in bch2_alloc_v4_validate() 269 a.io_time[i], LRU_TIME_MAX); in bch2_alloc_v4_validate() 2104 k = bch2_btree_iter_peek_upto(iter, lru_pos(ca->dev_idx, U64_MAX, LRU_TIME_MAX)); in next_lru_key() 2133 LRU_TIME_MAX)), 0); in bch2_do_invalidates_work()
|
H A D | bcachefs.h | 1227 return max(1ULL, (u64) atomic64_read(&c->io_clock[rw].now) & LRU_TIME_MAX); in bch2_current_io_time()
|