Searched refs:__IRQ_STAT (Results 1 – 2 of 2) sorted by relevance
17 #define __IRQ_STAT(cpu, member) (irq_stat[cpu].member) macro20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending)22 #define nmi_count(cpu) __IRQ_STAT((cpu), __nmi_count)
40 #define __IRQ_STAT(cpu, member) (per_cpu(irq_stat, cpu).member) macro