Name

kstat_irqs_cpu — Get the statistics for an interrupt on a cpu

Synopsis

unsigned int kstat_irqs_cpu (unsigned int irq,
 int cpu);
 

Arguments

unsigned int irq

The interrupt number

int cpu

The cpu number

Description

Returns the sum of interrupt counts on cpu since boot for irq. The caller must ensure that the interrupt is not removed concurrently.