Searched refs:irqs_unhandled (Results 1 – 6 of 6) sorted by relevance
394 desc->irqs_unhandled = 1; in note_interrupt()396 desc->irqs_unhandled++; in note_interrupt()404 desc->irqs_unhandled -= ok; in note_interrupt()412 if (unlikely(desc->irqs_unhandled > 99900)) { in note_interrupt()428 desc->irqs_unhandled = 0; in note_interrupt()
15 irq, desc, desc->depth, desc->irq_count, desc->irqs_unhandled); in print_irq_desc()
267 desc->irq_count, desc->irqs_unhandled, in irq_spurious_proc_show()
88 desc->irqs_unhandled = 0; in desc_set_defaults()
1337 desc->irqs_unhandled = 0; in __setup_irq()
61 unsigned int irqs_unhandled; member