Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dtherm_throt.c364 unsigned long throttle_time; in therm_throt_process() local
366 throttle_time = jiffies_delta_to_msecs(now - state->last_interrupt_time); in therm_throt_process()
367 if (throttle_time > state->max_time_ms) in therm_throt_process()
368 state->max_time_ms = throttle_time; in therm_throt_process()
369 state->total_time_ms += throttle_time; in therm_throt_process()