Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dinterrupts.py37 any_count = 0
40 any_count += cpus.per_cpu(desc['kstat_irqs'], cpu)
42 if (desc['action'] == 0 or irq_desc_is_chained(desc)) and any_count == 0:
/openbmc/linux/kernel/irq/
H A Dproc.c464 unsigned long flags, any_count = 0; in show_interrupts() local
493 any_count |= data_race(*per_cpu_ptr(desc->kstat_irqs, j)); in show_interrupts()
496 if ((!desc->action || irq_desc_is_chained(desc)) && !any_count) in show_interrupts()