Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dtimer_list.c138 P(max_hang_time); in print_cpu()
H A Dhrtimer.c1862 if ((unsigned int)delta > cpu_base->max_hang_time) in hrtimer_interrupt()
1863 cpu_base->max_hang_time = (unsigned int) delta; in hrtimer_interrupt()
/openbmc/linux/include/linux/
H A Dhrtimer.h229 unsigned int max_hang_time; member