Home
last modified time | relevance | path

Searched refs:bch_next_delay (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dutil.c194 * bch_next_delay() - update ratelimiting statistics and calculate next delay
201 uint64_t bch_next_delay(struct bch_ratelimit *d, uint64_t done) in bch_next_delay() function
H A Dutil.h443 * The units here correspond to the units passed to bch_next_delay()
453 uint64_t bch_next_delay(struct bch_ratelimit *d, uint64_t done);
H A Dwriteback.c273 return bch_next_delay(&dc->writeback_rate, sectors); in writeback_delay()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dutil.c194 * bch_next_delay() - update ratelimiting statistics and calculate next delay
201 uint64_t bch_next_delay(struct bch_ratelimit *d, uint64_t done) in bch_next_delay() function
H A Dutil.h424 * The units here correspond to the units passed to bch_next_delay()
434 uint64_t bch_next_delay(struct bch_ratelimit *d, uint64_t done);
H A Dwriteback.c319 return bch_next_delay(&dc->writeback_rate, sectors); in writeback_delay()

Completed in 8 milliseconds