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 6 |
#define | __inc_irq_stat(cpu, member) __IRQ_STAT(cpu, member)++ |
#define | __get_irq_stat(cpu, member) __IRQ_STAT(cpu, member) |
#define | smp_irq_stat_cpu(cpu) 0 |
#define | arch_irq_stat_cpu smp_irq_stat_cpu |
#define | __ARCH_IRQ_EXIT_IRQS_DISABLED 1 |
#define __get_irq_stat | ( | cpu, | |
member | |||
) | __IRQ_STAT(cpu, member) |
#define __inc_irq_stat | ( | cpu, | |
member | |||
) | __IRQ_STAT(cpu, member)++ |
#define arch_irq_stat_cpu smp_irq_stat_cpu |