Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dscrub.c205 ktime_t throttle_deadline; member
480 sctx->throttle_deadline = 0; in scrub_setup_ctx()
1399 if (sctx->throttle_deadline == 0) { in scrub_throttle_dev_io()
1400 sctx->throttle_deadline = ktime_add_ms(now, time_slice / div); in scrub_throttle_dev_io()
1405 if (ktime_before(now, sctx->throttle_deadline)) { in scrub_throttle_dev_io()
1412 delta = ktime_ms_delta(sctx->throttle_deadline, now); in scrub_throttle_dev_io()
1426 sctx->throttle_deadline = 0; in scrub_throttle_dev_io()