Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-thin.c148 bool throttle_applied; member
154 t->throttle_applied = false; in throttle_init()
164 if (!t->throttle_applied && jiffies > t->threshold) { in throttle_work_update()
166 t->throttle_applied = true; in throttle_work_update()
172 if (t->throttle_applied) { in throttle_work_complete()
173 t->throttle_applied = false; in throttle_work_complete()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-thin.c151 bool throttle_applied; member
157 t->throttle_applied = false; in throttle_init()
167 if (!t->throttle_applied && time_is_before_jiffies(t->threshold)) { in throttle_work_update()
169 t->throttle_applied = true; in throttle_work_update()
175 if (t->throttle_applied) { in throttle_work_complete()
176 t->throttle_applied = false; in throttle_work_complete()

Completed in 13 milliseconds