Searched refs:irq_cpustat_t (Results 1 - 24 of 24) sorted by relevance

/linux-4.1.27/arch/sh/include/asm/
H A Dhardirq.h10 } ____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 Dhardirq.h18 } ____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 Dhardirq.h9 } ____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 Dhardirq.h15 } ____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 Dhardirq.h36 } ____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 Dhardirq.h18 } ____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 Dirq_cpustat.h5 * 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 Dinterrupt.h429 /* softirq mask and active fields moved to irq_cpustat_t in
/linux-4.1.27/arch/ia64/include/asm/
H A Dhardirq.h10 * 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 Dhardirq.h39 } ____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 Dhardirq.h28 } ____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 Dhardirq.h26 } ____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 Dhardirq.h30 } ____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 Dasm-offsets.c65 /* 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 Dirq_64.c23 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
H A Dirq_32.c24 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
/linux-4.1.27/arch/tile/kernel/
H A Dasm-offsets.c83 offsetof(irq_cpustat_t, irq_syscall_count)); foo()
H A Dirq.c41 DEFINE_PER_CPU(irq_cpustat_t, irq_stat) ____cacheline_internodealigned_in_smp;
/linux-4.1.27/arch/blackfin/kernel/
H A Dasm-offsets.c32 /* 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 Dmn10300-watchdog.c51 irq_cpustat_t tmp[1]; check_watchdog()
/linux-4.1.27/arch/tile/mm/
H A Dhomecache.c99 * - Tracks remote interrupts in the per-cpu irq_cpustat_t.
/linux-4.1.27/arch/parisc/kernel/
H A Dirq.c155 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
/linux-4.1.27/arch/powerpc/kernel/
H A Dirq.c78 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
/linux-4.1.27/kernel/
H A Dsoftirq.c52 irq_cpustat_t irq_stat[NR_CPUS] ____cacheline_aligned;

Completed in 2099 milliseconds