Get the statistics for an interrupt
unsigned int kstat_irqs(unsigned int irq);
irq
The interrupt number
Returns the sum of interrupt counts on all cpus since boot for irq. The caller must ensure that the interrupt is not removed concurrently.
Thomas Gleixner <[email protected]>
Author.
Ingo Molnar <[email protected]>