Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dwatchdog.c132 int hrint = atomic_read(&per_cpu(hrtimer_interrupts, cpu)); in is_hardlockup() local
134 if (per_cpu(hrtimer_interrupts_saved, cpu) == hrint) in is_hardlockup()
142 per_cpu(hrtimer_interrupts_saved, cpu) = hrint; in is_hardlockup()