Searched refs:DEFINE_PER_CPU_ALIGNED (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/mips/kernel/ |
| H A D | mips-cpc.c | 18 static DEFINE_PER_CPU_ALIGNED(spinlock_t, cpc_core_lock); 20 static DEFINE_PER_CPU_ALIGNED(unsigned long, cpc_core_lock_flags);
|
| /linux/kernel/bpf/ |
| H A D | rqspinlock.c | 89 DEFINE_PER_CPU_ALIGNED(struct rqspinlock_held, rqspinlock_held_locks); 305 static DEFINE_PER_CPU_ALIGNED(struct qnode, rqnodes[_Q_MAX_NODES]);
|
| /linux/arch/powerpc/lib/ |
| H A D | qspinlock.c | 51 static DEFINE_PER_CPU_ALIGNED(struct qnodes, qnodes); 52 static DEFINE_PER_CPU_ALIGNED(u64, sleepy_lock_seen_clock);
|
| /linux/arch/arm/mach-bcm/ |
| H A D | platsmp-brcmstb.c | 57 static DEFINE_PER_CPU_ALIGNED(int, per_cpu_sw_state);
|
| /linux/include/linux/ |
| H A D | percpu-defs.h | 147 #define DEFINE_PER_CPU_ALIGNED(type, name) \ macro
|
| /linux/kernel/ |
| H A D | softirq.c | 57 DEFINE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);
|
| H A D | smp.c | 47 static DEFINE_PER_CPU_ALIGNED(struct call_function_data, cfd_data);
|
| /linux/arch/x86/mm/ |
| H A D | init.c | 1013 __visible DEFINE_PER_CPU_ALIGNED(struct tlb_state, cpu_tlbstate) = {
|
| /linux/mm/ |
| H A D | memcontrol.c | 2062 static DEFINE_PER_CPU_ALIGNED(struct memcg_stock_pcp, memcg_stock) = { 2100 static DEFINE_PER_CPU_ALIGNED(struct obj_stock_pcp, obj_stock) = {
|
| /linux/net/ipv4/ |
| H A D | route.c | 1555 static DEFINE_PER_CPU_ALIGNED(struct uncached_list, rt_uncached_list);
|
| /linux/net/ipv6/ |
| H A D | route.c | 136 static DEFINE_PER_CPU_ALIGNED(struct uncached_list, rt6_uncached_list);
|
| /linux/net/core/ |
| H A D | dev.c | 462 DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data) = {
|