Home
last modified time | relevance | path

Searched refs:throttle_time (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/thermal/intel/
Dtherm_throt.c365 unsigned long throttle_time; in therm_throt_process() local
367 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()