Searched refs:irq_cpustat_t (Results 1 – 19 of 19) sorted by relevance
/arch/tile/include/asm/ |
D | hardirq.h | 36 } ____cacheline_aligned irq_cpustat_t; typedef 38 DECLARE_PER_CPU(irq_cpustat_t, irq_stat);
|
/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 | 29 } ____cacheline_aligned irq_cpustat_t; typedef 31 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/arch/x86/include/asm/ |
D | hardirq.h | 43 } ____cacheline_aligned irq_cpustat_t; typedef 45 DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/arch/sh/include/asm/ |
D | hardirq.h | 11 } ____cacheline_aligned irq_cpustat_t; typedef
|
/arch/m68k/include/asm/ |
D | hardirq.h | 19 } ____cacheline_aligned irq_cpustat_t; typedef
|
/arch/um/include/asm/ |
D | hardirq.h | 10 } ____cacheline_aligned irq_cpustat_t; typedef
|
/arch/mn10300/include/asm/ |
D | hardirq.h | 26 } ____cacheline_aligned irq_cpustat_t; typedef
|
/arch/arm/include/asm/ |
D | hardirq.h | 17 } ____cacheline_aligned irq_cpustat_t; typedef
|
/arch/arm64/include/asm/ |
D | hardirq.h | 32 } ____cacheline_aligned irq_cpustat_t; typedef
|
/arch/tile/kernel/ |
D | asm-offsets.c | 83 offsetof(irq_cpustat_t, irq_syscall_count)); in foo()
|
D | irq.c | 41 DEFINE_PER_CPU(irq_cpustat_t, irq_stat) ____cacheline_internodealigned_in_smp;
|
/arch/h8300/kernel/ |
D | asm-offsets.c | 34 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, in main()
|
/arch/mn10300/kernel/ |
D | mn10300-watchdog.c | 51 irq_cpustat_t tmp[1]; in check_watchdog()
|
/arch/m68k/kernel/ |
D | asm-offsets.c | 67 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending)); in main()
|
/arch/blackfin/kernel/ |
D | asm-offsets.c | 34 offsetof(irq_cpustat_t, __softirq_pending)); in main()
|
/arch/x86/kernel/ |
D | irq.c | 25 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/arch/parisc/kernel/ |
D | irq.c | 155 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|
/arch/powerpc/kernel/ |
D | irq.c | 80 DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
|