Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dscrub.c174 ktime_t throttle_deadline; member
779 sctx->throttle_deadline = 0; in scrub_setup_ctx()
2168 if (sctx->throttle_deadline == 0) { in scrub_throttle()
2169 sctx->throttle_deadline = ktime_add_ms(now, time_slice / div); in scrub_throttle()
2174 if (ktime_before(now, sctx->throttle_deadline)) { in scrub_throttle()
2181 delta = ktime_ms_delta(sctx->throttle_deadline, now); in scrub_throttle()
2195 sctx->throttle_deadline = 0; in scrub_throttle()