Go to the documentation of this file. 1 #ifndef __irq_cpustat_h
2 #define __irq_cpustat_h
19 #ifndef __ARCH_IRQ_STAT
21 #define __IRQ_STAT(cpu, member) (irq_stat[cpu].member)
25 #define local_softirq_pending() \
26 __IRQ_STAT(smp_processor_id(), __softirq_pending)
29 #define nmi_count(cpu) __IRQ_STAT((cpu), __nmi_count)