|
Linux Kernel
3.7.1
|
#include <linux/cache.h>#include <linux/threads.h>#include <asm/irq.h>#include <linux/irq_cpustat.h>Go to the source code of this file.
Data Structures | |
| struct | ____cacheline_aligned |
Macros | |
| #define | NR_IPI 4 |
| #define | __inc_irq_stat(cpu, member) __IRQ_STAT(cpu, member)++ |
| #define | __get_irq_stat(cpu, member) __IRQ_STAT(cpu, member) |
| #define | __ARCH_IRQ_EXIT_IRQS_DISABLED 1 |
Functions | |
| void | handle_IRQ (unsigned int, struct pt_regs *) |
| #define __get_irq_stat | ( | cpu, | |
| member | |||
| ) | __IRQ_STAT(cpu, member) |
| #define __inc_irq_stat | ( | cpu, | |
| member | |||
| ) | __IRQ_STAT(cpu, member)++ |
1.8.2