Searched refs:irq_cpustat_t (Results 1 – 14 of 14) sorted by relevance
/arch/powerpc/include/asm/ |
D | hardirq.h | 23 } ____cacheline_aligned irq_cpustat_t; typedef 25 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/arch/parisc/include/asm/ |
D | hardirq.h | 30 } ____cacheline_aligned irq_cpustat_t; typedef 32 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/arch/x86/include/asm/ |
D | hardirq.h | 47 } ____cacheline_aligned irq_cpustat_t; typedef 49 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/arch/arm/include/asm/ |
D | hardirq.h | 11 } ____cacheline_aligned irq_cpustat_t; typedef
|
/arch/sh/include/asm/ |
D | hardirq.h | 11 } ____cacheline_aligned irq_cpustat_t; typedef
|
/arch/um/include/asm/ |
D | hardirq.h | 10 } ____cacheline_aligned irq_cpustat_t; typedef
|
/arch/arm64/include/asm/ |
D | hardirq.h | 18 } ____cacheline_aligned irq_cpustat_t; typedef
|
/arch/h8300/kernel/ |
D | asm-offsets.c | 34 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, in main()
|
/arch/m68k/kernel/ |
D | asm-offsets.c | 67 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending)); in main()
|
/arch/csky/kernel/ |
D | asm-offsets.c | 77 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, in main()
|
/arch/arm64/kernel/ |
D | asm-offsets.c | 101 DEFINE(IRQ_CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending)); in main()
|
/arch/x86/kernel/ |
D | irq.c | 28 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/arch/powerpc/kernel/ |
D | irq.c | 79 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/arch/parisc/kernel/ |
D | irq.c | 145 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|