Searched refs:throttle_time (Results 1 – 1 of 1) sorted by relevance
425 unsigned long throttle_time; in therm_throt_process() local427 throttle_time = jiffies_delta_to_msecs(now - state->last_interrupt_time); in therm_throt_process()428 if (throttle_time > state->max_time_ms) in therm_throt_process()429 state->max_time_ms = throttle_time; in therm_throt_process()430 state->total_time_ms += throttle_time; in therm_throt_process()