Home
last modified time | relevance | path

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

/openbmc/linux/kernel/irq/
H A Dspurious.c393 desc->irqs_unhandled = 1; in note_interrupt()
395 desc->irqs_unhandled++; in note_interrupt()
403 desc->irqs_unhandled -= ok; in note_interrupt()
406 if (likely(!desc->irqs_unhandled)) in note_interrupt()
415 if (unlikely(desc->irqs_unhandled > 99900)) { in note_interrupt()
431 desc->irqs_unhandled = 0; in note_interrupt()
H A Ddebug.h19 irq, desc, desc->depth, desc->irq_count, desc->irqs_unhandled); in print_irq_desc()
H A Dproc.c293 desc->irq_count, desc->irqs_unhandled, in irq_spurious_proc_show()
H A Dirqdesc.c120 desc->irqs_unhandled = 0; in desc_set_defaults()
H A Dmanage.c1806 desc->irqs_unhandled = 0; in __setup_irq()
/openbmc/linux/include/linux/
H A Dirqdesc.h68 unsigned int irqs_unhandled; member