Home
last modified time | relevance | path

Searched refs:__IRQ_STAT (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/xen/
A Dirq_cpustat.h22 #define __IRQ_STAT(cpu, member) (irq_stat[cpu].member) macro
25 #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)
/xen/xen/include/asm-x86/
A Dhardirq.h22 #define nmi_count(cpu) __IRQ_STAT(cpu, nmi_count)
27 #define mce_count(cpu) __IRQ_STAT(cpu, mce_count)

Completed in 2 milliseconds