Lines Matching refs:throttle
75 struct dm_kcopyd_throttle *throttle;
125 unsigned int throttle, now, difference;
134 throttle = READ_ONCE(t->throttle);
136 if (likely(throttle >= 100))
159 skew = t->io_period - throttle * t->total_period / 100;
185 if (likely(READ_ONCE(t->throttle) >= 100))
525 io_job_finish(kc->throttle);
578 io_job_start(job->kc->throttle);
915 struct dm_kcopyd_client *dm_kcopyd_client_create(struct dm_kcopyd_throttle *throttle)
930 kc->throttle = throttle;