Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dhrtimer.c677 * will not reprogram the hardware due to hang_detected being in __hrtimer_reprogram()
681 if (!__hrtimer_hres_active(cpu_base) || cpu_base->hang_detected) in __hrtimer_reprogram()
1832 cpu_base->hang_detected = 0; in hrtimer_interrupt()
1861 cpu_base->hang_detected = 1; in hrtimer_interrupt()
2194 cpu_base->hang_detected = 0;
/openbmc/linux/include/linux/
H A Dhrtimer.h191 * @hang_detected: The last hrtimer interrupt detected a hang
222 hang_detected : 1, member