Searched refs:bch2_current_io_time (Results 1 – 2 of 2) sorted by relevance
893 new_a->io_time[READ] = bch2_current_io_time(c, READ); in bch2_trigger_alloc() 894 new_a->io_time[WRITE]= bch2_current_io_time(c, WRITE); in bch2_trigger_alloc() 921 new_a->io_time[READ] = bch2_current_io_time(c, READ); in bch2_trigger_alloc() 1746 a_mut->v.io_time[READ] = bch2_current_io_time(c, READ); in bch2_check_alloc_to_lru_ref() 2247 ((bch2_current_io_time(c, READ) + U32_MAX) & in bch2_do_invalidates_work() 2483 u64 now = bch2_current_io_time(c, rw); in __bch2_bucket_io_time_reset()
1244 static inline u64 bch2_current_io_time(const struct bch_fs *c, int rw) in bch2_current_io_time() function