Searched refs:__IRQ_STAT (Results 1 – 2 of 2) sorted by relevance
22 #define __IRQ_STAT(cpu, member) (irq_stat[cpu].member) macro25 #define softirq_pending(cpu) __IRQ_STAT((cpu), __softirq_pending)26 #define local_irq_count(cpu) __IRQ_STAT((cpu), __local_irq_count)27 #define mwait_wakeup(cpu) __IRQ_STAT((cpu), __mwait_wakeup)
22 #define nmi_count(cpu) __IRQ_STAT(cpu, nmi_count)27 #define mce_count(cpu) __IRQ_STAT(cpu, mce_count)
Completed in 2 milliseconds