/linux-4.1.27/arch/sh/include/asm/ |
H A D | hardirq.h | 10 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon2565 12 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | hardirq.h | 18 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon1787 20 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
|
/linux-4.1.27/include/asm-generic/ |
H A D | hardirq.h | 9 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon11430 11 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | hardirq.h | 15 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon151 17 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | hardirq.h | 36 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon2812 38 DECLARE_PER_CPU(irq_cpustat_t, irq_stat); 43 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | hardirq.h | 18 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon2262 20 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/linux-4.1.27/include/linux/ |
H A D | irq_cpustat.h | 5 * Contains default mappings for irq_cpustat_t, used by almost every 20 extern irq_cpustat_t irq_stat[]; /* defined in asm/hardirq.h */
|
H A D | interrupt.h | 429 /* softirq mask and active fields moved to irq_cpustat_t in
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | hardirq.h | 10 * No irq_cpustat_t for IA-64. The data is held in the per-CPU data structure.
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | hardirq.h | 39 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon3034 41 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | hardirq.h | 28 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon2199 30 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | hardirq.h | 26 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon2165 28 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | hardirq.h | 30 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon304 32 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | asm-offsets.c | 65 /* offsets into the irq_cpustat_t struct */ main() 66 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending)); main()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | irq_64.c | 23 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
H A D | irq_32.c | 24 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | asm-offsets.c | 83 offsetof(irq_cpustat_t, irq_syscall_count)); foo()
|
H A D | irq.c | 41 DEFINE_PER_CPU(irq_cpustat_t, irq_stat) ____cacheline_internodealigned_in_smp;
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | asm-offsets.c | 32 /* offsets into the irq_cpustat_t struct */ main() 34 offsetof(irq_cpustat_t, __softirq_pending)); main()
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | mn10300-watchdog.c | 51 irq_cpustat_t tmp[1]; check_watchdog()
|
/linux-4.1.27/arch/tile/mm/ |
H A D | homecache.c | 99 * - Tracks remote interrupts in the per-cpu irq_cpustat_t.
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | irq.c | 155 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | irq.c | 78 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/linux-4.1.27/kernel/ |
H A D | softirq.c | 52 irq_cpustat_t irq_stat[NR_CPUS] ____cacheline_aligned;
|