hrtimer_interrupts  177 kernel/watchdog.c static DEFINE_PER_CPU(unsigned long, hrtimer_interrupts);
hrtimer_interrupts  328 kernel/watchdog.c 	unsigned long hrint = __this_cpu_read(hrtimer_interrupts);
hrtimer_interrupts  339 kernel/watchdog.c 	__this_cpu_inc(hrtimer_interrupts);
hrtimer_interrupts  356 kernel/watchdog.c 			 __this_cpu_read(hrtimer_interrupts));