Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog.c350 unsigned long hrint = __this_cpu_read(hrtimer_interrupts); in is_hardlockup() local
352 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() local
379 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()