Searched refs:throttle_time (Results 1 – 1 of 1) sorted by relevance
365 unsigned long throttle_time; in therm_throt_process() local367 throttle_time = jiffies_delta_to_msecs(now - state->last_interrupt_time); in therm_throt_process()368 if (throttle_time > state->max_time_ms) in therm_throt_process()369 state->max_time_ms = throttle_time; in therm_throt_process()370 state->total_time_ms += throttle_time; in therm_throt_process()