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

/linux-4.1.27/include/linux/
H A Dhrtimer.h175 * @hang_detected: The last hrtimer interrupt detected a hang
191 int hang_detected; member in struct:hrtimer_cpu_base
/linux-4.1.27/kernel/time/
H A Dhrtimer.c541 * will not reprogram the hardware due to hang_detected being hrtimer_force_reprogram()
545 if (cpu_base->hang_detected) hrtimer_force_reprogram()
612 if (cpu_base->hang_detected) hrtimer_reprogram()
1315 cpu_base->hang_detected = 0; hrtimer_interrupt()
1344 cpu_base->hang_detected = 1; hrtimer_interrupt()

Completed in 84 milliseconds