Searched refs:bch_next_delay (Results 1 – 3 of 3) sorted by relevance
201 uint64_t bch_next_delay(struct bch_ratelimit *d, uint64_t done) in bch_next_delay() function
434 uint64_t bch_next_delay(struct bch_ratelimit *d, uint64_t done);
288 return bch_next_delay(&dc->writeback_rate, sectors); in writeback_delay()