| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | hardirq.h | 30 } ____cacheline_aligned irq_cpustat_t; typedef 32 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | hardirq.h | 47 } ____cacheline_aligned irq_cpustat_t; typedef 49 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | hardirq.h | 11 } ____cacheline_aligned irq_cpustat_t; typedef
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | hardirq.h | 11 } ____cacheline_aligned irq_cpustat_t; typedef
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | hardirq.h | 10 } ____cacheline_aligned irq_cpustat_t; typedef
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | hardirq.h | 10 } ____cacheline_aligned irq_cpustat_t; typedef
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | irq_cpustat.h | 21 DECLARE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat); /* defined in asm/hardirq.h */
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | hardirq.h | 18 } ____cacheline_aligned irq_cpustat_t; typedef
|
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | asm-offsets.c | 34 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, in main()
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | asm-offsets.c | 67 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending)); in main()
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | asm-offsets.c | 77 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, in main()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | asm-offsets.c | 101 DEFINE(IRQ_CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending)); in main()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | irq.c | 28 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | irq.c | 79 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | irq.c | 145 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | softirq.c | 54 DEFINE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);
|