Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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 nmi_count(cpu) __IRQ_STAT((cpu), __nmi_count)
28 #define mwait_wakeup(cpu) __IRQ_STAT((cpu), __mwait_wakeup)

Completed in 1 milliseconds