Searched refs:__IRQ_STAT (Results 1 – 3 of 3) sorted by relevance
22 #define __IRQ_STAT(cpu, member) (per_cpu(irq_stat.member, cpu)) macro26 #define nmi_count(cpu) __IRQ_STAT((cpu), __nmi_count) /* i386 */
35 #define __IRQ_STAT(cpu, member) (irq_stat[cpu].member) macro
1487 __IRQ_STAT(cpu, __softirq_pending); in task_may_not_preempt()