Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dutil.h258 u64 bch2_ratelimit_delay(struct bch_ratelimit *);
H A Dutil.c496 u64 bch2_ratelimit_delay(struct bch_ratelimit *d) in bch2_ratelimit_delay() function
H A Dmove.c501 delay = ctxt->rate ? bch2_ratelimit_delay(ctxt->rate) : 0; in bch2_move_ratelimit()