Searched refs:DEFINE_PER_CPU_ALIGNED (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/arch/mips/kernel/ |
D | mips-cpc.c | 20 static DEFINE_PER_CPU_ALIGNED(spinlock_t, cpc_core_lock); 22 static DEFINE_PER_CPU_ALIGNED(unsigned long, cpc_core_lock_flags);
|
D | pm-cps.c | 57 static DEFINE_PER_CPU_ALIGNED(u32*, ready_count); 58 static DEFINE_PER_CPU_ALIGNED(void*, ready_count_alloc); 61 static DEFINE_PER_CPU_ALIGNED(cpumask_t, online_coupled); 67 static DEFINE_PER_CPU_ALIGNED(atomic_t, pm_barrier); 70 DEFINE_PER_CPU_ALIGNED(struct mips_static_suspend_state, cps_cpu_state);
|
D | mips-cm.c | 141 static DEFINE_PER_CPU_ALIGNED(spinlock_t, cm_core_lock); 142 static DEFINE_PER_CPU_ALIGNED(unsigned long, cm_core_lock_flags);
|
/linux-4.4.14/kernel/locking/ |
D | qspinlock.c | 85 static DEFINE_PER_CPU_ALIGNED(struct mcs_spinlock, mcs_nodes[MAX_NODES]);
|
/linux-4.4.14/arch/arm/mach-bcm/ |
D | platsmp-brcmstb.c | 65 static DEFINE_PER_CPU_ALIGNED(int, per_cpu_sw_state);
|
/linux-4.4.14/include/linux/ |
D | percpu-defs.h | 151 #define DEFINE_PER_CPU_ALIGNED(type, name) \ macro
|
/linux-4.4.14/arch/x86/kernel/ |
D | tsc.c | 75 static DEFINE_PER_CPU_ALIGNED(struct cyc2ns, cyc2ns);
|
/linux-4.4.14/drivers/s390/cio/ |
D | cio.c | 49 DEFINE_PER_CPU_ALIGNED(struct irb, cio_irb);
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | common.c | 1267 DEFINE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
|
/linux-4.4.14/net/ipv4/ |
D | route.c | 1342 static DEFINE_PER_CPU_ALIGNED(struct uncached_list, rt_uncached_list);
|
/linux-4.4.14/net/ipv6/ |
D | route.c | 116 static DEFINE_PER_CPU_ALIGNED(struct uncached_list, rt6_uncached_list);
|
/linux-4.4.14/net/core/ |
D | dev.c | 266 DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data);
|