Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/intel/
Dtherm_throt.c425 unsigned long throttle_time; in therm_throt_process() local
427 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()