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

/linux-4.4.14/arch/sh/include/asm/
H A Dhardirq.h10 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon2575
12 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
/linux-4.4.14/include/asm-generic/
H A Dhardirq.h9 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon12039
11 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
/linux-4.4.14/arch/m68k/include/asm/
H A Dhardirq.h18 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon1780
20 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
/linux-4.4.14/arch/arm/include/asm/
H A Dhardirq.h15 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon159
17 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
/linux-4.4.14/arch/tile/include/asm/
H A Dhardirq.h36 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon2822
38 DECLARE_PER_CPU(irq_cpustat_t, irq_stat);
43 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dhardirq.h18 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon2263
20 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
/linux-4.4.14/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.h432 /* softirq mask and active fields moved to irq_cpustat_t in
/linux-4.4.14/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.4.14/arch/x86/include/asm/
H A Dhardirq.h43 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon3051
45 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
/linux-4.4.14/arch/parisc/include/asm/
H A Dhardirq.h28 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon2202
30 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
/linux-4.4.14/arch/mn10300/include/asm/
H A Dhardirq.h26 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon2168
28 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
/linux-4.4.14/arch/arm64/include/asm/
H A Dhardirq.h28 } ____cacheline_aligned irq_cpustat_t; typedef in typeref:struct:__anon294
30 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
/linux-4.4.14/arch/h8300/kernel/
H A Dasm-offsets.c32 /* offsets into the irq_cpustat_t struct */ main()
33 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, main()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/mn10300/kernel/
H A Dmn10300-watchdog.c51 irq_cpustat_t tmp[1]; check_watchdog()
/linux-4.4.14/arch/tile/mm/
H A Dhomecache.c99 * - Tracks remote interrupts in the per-cpu irq_cpustat_t.
/linux-4.4.14/arch/x86/kernel/
H A Dirq.c25 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
/linux-4.4.14/arch/parisc/kernel/
H A Dirq.c155 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
/linux-4.4.14/kernel/
H A Dsoftirq.c52 irq_cpustat_t irq_stat[NR_CPUS] ____cacheline_aligned;
/linux-4.4.14/arch/powerpc/kernel/
H A Dirq.c78 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);

Completed in 2462 milliseconds