Searched refs:hrint (Results 1 – 1 of 1) sorted by relevance
350 unsigned long hrint = __this_cpu_read(hrtimer_interrupts); in is_hardlockup() local352 if (__this_cpu_read(hrtimer_interrupts_saved) == hrint) in is_hardlockup()355 __this_cpu_write(hrtimer_interrupts_saved, hrint); in is_hardlockup()377 unsigned long hrint = per_cpu(hrtimer_interrupts, cpu); in is_hardlockup_other_cpu() local379 if (per_cpu(hrtimer_interrupts_saved, cpu) == hrint) in is_hardlockup_other_cpu()382 per_cpu(hrtimer_interrupts_saved, cpu) = hrint; in is_hardlockup_other_cpu()