Home
last modified time | relevance | path

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

/linux/kernel/
H A Dwatchdog.c164 int hrint = atomic_read(&per_cpu(hrtimer_interrupts, cpu)); in is_hardlockup() local
166 if (per_cpu(hrtimer_interrupts_saved, cpu) == hrint) in is_hardlockup()
174 per_cpu(hrtimer_interrupts_saved, cpu) = hrint; in is_hardlockup()