Searched refs:bch2_current_io_time (Results 1 – 2 of 2) sorted by relevance
862 new_a->io_time[READ] = bch2_current_io_time(c, READ); in bch2_trigger_alloc()863 new_a->io_time[WRITE]= bch2_current_io_time(c, WRITE); in bch2_trigger_alloc()887 new_a->io_time[READ] = bch2_current_io_time(c, READ); in bch2_trigger_alloc()1676 a_mut->v.io_time[READ] = bch2_current_io_time(c, READ); in bch2_check_alloc_to_lru_ref()2063 a->v.io_time[READ] = bch2_current_io_time(c, READ); in invalidate_one_bucket()2064 a->v.io_time[WRITE] = bch2_current_io_time(c, WRITE); in invalidate_one_bucket()2132 ((bch2_current_io_time(c, READ) + U32_MAX) & in bch2_do_invalidates_work()2366 u64 now = bch2_current_io_time(c, rw); in __bch2_bucket_io_time_reset()
1225 static inline u64 bch2_current_io_time(const struct bch_fs *c, int rw) in bch2_current_io_time() function