Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/cpu/mce/
Dtherm_throt.c81 u64 last_interrupt_time; member
347 if (new_event && !state->last_interrupt_time) { in therm_throt_process()
361 state->last_interrupt_time = now; in therm_throt_process()
363 } else if (old_event && state->last_interrupt_time) { in therm_throt_process()
366 throttle_time = jiffies_delta_to_msecs(now - state->last_interrupt_time); in therm_throt_process()
370 state->last_interrupt_time = 0; in therm_throt_process()