Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | __IRQ_STAT(cpu, member) (irq_stat[cpu].member) |
#define | local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending) |
#define | nmi_count(cpu) __IRQ_STAT((cpu), __nmi_count) /* i386 */ |
Variables | |
irq_cpustat_t | irq_stat [] |
Definition at line 21 of file irq_cpustat.h.
#define local_softirq_pending | ( | ) | __IRQ_STAT(smp_processor_id(), __softirq_pending) |
Definition at line 25 of file irq_cpustat.h.
#define nmi_count | ( | cpu | ) | __IRQ_STAT((cpu), __nmi_count) /* i386 */ |
Definition at line 29 of file irq_cpustat.h.
irq_cpustat_t irq_stat[] |