Lines Matching refs:throttle
72 struct dm_kcopyd_throttle *throttle;
122 unsigned throttle, now, difference;
131 throttle = READ_ONCE(t->throttle);
133 if (likely(throttle >= 100))
155 skew = t->io_period - throttle * t->total_period / 100;
181 if (likely(READ_ONCE(t->throttle) >= 100))
520 io_job_finish(kc->throttle);
574 io_job_start(job->kc->throttle);
909 struct dm_kcopyd_client *dm_kcopyd_client_create(struct dm_kcopyd_throttle *throttle)
924 kc->throttle = throttle;