Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/irq/
Dspurious.c273 desc->irqs_unhandled = 1; in note_interrupt()
275 desc->irqs_unhandled++; in note_interrupt()
284 desc->irqs_unhandled -= ok; in note_interrupt()
292 if (unlikely(desc->irqs_unhandled > 99900)) { in note_interrupt()
308 desc->irqs_unhandled = 0; in note_interrupt()
Ddebug.h15 irq, desc, desc->depth, desc->irq_count, desc->irqs_unhandled); in print_irq_desc()
Dirqdesc.c87 desc->irqs_unhandled = 0; in desc_set_defaults()
Dproc.c210 desc->irq_count, desc->irqs_unhandled, in irq_spurious_proc_show()
Dmanage.c1031 desc->irqs_unhandled = 0; in __setup_irq()
/linux-2.6.39/include/linux/
Dirqdesc.h52 unsigned int irqs_unhandled; member