Searched refs:throttle_applied (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/md/
H A Ddm-thin.c140 bool throttle_applied; member in struct:throttle
146 t->throttle_applied = false; throttle_init()
156 if (!t->throttle_applied && jiffies > t->threshold) { throttle_work_update()
158 t->throttle_applied = true; throttle_work_update()
164 if (t->throttle_applied) { throttle_work_complete()
165 t->throttle_applied = false; throttle_work_complete()

Completed in 50 milliseconds