Home
last modified time | relevance | path

Searched refs:bch_next_delay (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/bcache/
H A Dutil.c201 uint64_t bch_next_delay(struct bch_ratelimit *d, uint64_t done) in bch_next_delay() function
H A Dutil.h370 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()