Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_debug.c422 unsigned long any_count = 0; in rockchip_show_interrupts() local
447 any_count |= *per_cpu_ptr(desc->kstat_irqs, j); in rockchip_show_interrupts()
449 if ((!desc->action) && !any_count) in rockchip_show_interrupts()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dproc.c464 unsigned long flags, any_count = 0; in show_interrupts() local
493 any_count |= *per_cpu_ptr(desc->kstat_irqs, j); in show_interrupts()
495 if ((!desc->action || irq_desc_is_chained(desc)) && !any_count) in show_interrupts()