Searched refs:irq_cpustat_t (Results 1 – 11 of 11) sorted by relevance
| /linux/include/asm-generic/ |
| H A D | hardirq.h | 13 } ____cacheline_aligned irq_cpustat_t; typedef 15 DECLARE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);
|
| /linux/arch/um/include/asm/ |
| H A D | hardirq.h | 16 } ____cacheline_aligned irq_cpustat_t; typedef 18 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /linux/arch/loongarch/include/asm/ |
| H A D | hardirq.h | 28 } ____cacheline_aligned irq_cpustat_t; typedef 30 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /linux/arch/parisc/include/asm/ |
| H A D | hardirq.h | 26 } ____cacheline_aligned irq_cpustat_t; typedef 28 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /linux/arch/powerpc/include/asm/ |
| H A D | hardirq.h | 23 } ____cacheline_aligned irq_cpustat_t; typedef 25 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /linux/arch/m68k/kernel/ |
| H A D | asm-offsets.c | 68 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending)); in main()
|
| /linux/arch/csky/kernel/ |
| H A D | asm-offsets.c | 76 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, in main()
|
| /linux/arch/parisc/kernel/ |
| H A D | smp.c | 342 memset(&per_cpu(irq_stat, cpuid), 0, sizeof(irq_cpustat_t)); in smp_boot_one_cpu()
|
| H A D | irq.c | 125 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /linux/arch/x86/kernel/ |
| H A D | irq.c | 34 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /linux/arch/um/kernel/ |
| H A D | irq.c | 25 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|