Symbol: DEFINE_PER_CPU_ALIGNED
arch/arm/mach-bcm/platsmp-brcmstb.c
57
static DEFINE_PER_CPU_ALIGNED(int, per_cpu_sw_state);
arch/mips/kernel/mips-cm.c
182
static DEFINE_PER_CPU_ALIGNED(spinlock_t, cm_core_lock);
arch/mips/kernel/mips-cm.c
183
static DEFINE_PER_CPU_ALIGNED(unsigned long, cm_core_lock_flags);
arch/mips/kernel/mips-cpc.c
18
static DEFINE_PER_CPU_ALIGNED(spinlock_t, cpc_core_lock);
arch/mips/kernel/mips-cpc.c
20
static DEFINE_PER_CPU_ALIGNED(unsigned long, cpc_core_lock_flags);
arch/mips/kernel/pm-cps.c
55
static DEFINE_PER_CPU_ALIGNED(u32*, ready_count);
arch/mips/kernel/pm-cps.c
58
static DEFINE_PER_CPU_ALIGNED(cpumask_t, online_coupled);
arch/mips/kernel/pm-cps.c
61
static DEFINE_PER_CPU_ALIGNED(atomic_t, pm_barrier);
arch/mips/kernel/pm-cps.c
64
DEFINE_PER_CPU_ALIGNED(struct mips_static_suspend_state, cps_cpu_state);
arch/powerpc/lib/qspinlock.c
51
static DEFINE_PER_CPU_ALIGNED(struct qnodes, qnodes);
arch/powerpc/lib/qspinlock.c
52
static DEFINE_PER_CPU_ALIGNED(u64, sleepy_lock_seen_clock);
arch/riscv/kernel/irq.c
105
DEFINE_PER_CPU_ALIGNED(ulong [IRQ_STACK_SIZE/sizeof(ulong)], irq_stack);
arch/s390/lib/spinlock.c
64
static DEFINE_PER_CPU_ALIGNED(struct spin_wait, spin_wait[4]);
arch/x86/kernel/irq.c
418
DEFINE_PER_CPU_ALIGNED(struct pi_desc, posted_msi_pi_desc);
arch/x86/kernel/smpboot.c
121
static DEFINE_PER_CPU_ALIGNED(struct mwait_cpu_dead, mwait_cpu_dead);
arch/x86/kernel/tsc.c
69
static DEFINE_PER_CPU_ALIGNED(struct cyc2ns, cyc2ns);
arch/x86/mm/init.c
1013
__visible DEFINE_PER_CPU_ALIGNED(struct tlb_state, cpu_tlbstate) = {
arch/x86/xen/enlighten.c
39
DEFINE_PER_CPU_ALIGNED(struct vcpu_info, xen_vcpu_info);
drivers/s390/cio/cio.c
50
DEFINE_PER_CPU_ALIGNED(struct irb, cio_irb);
fs/lockd/svc.c
674
static DEFINE_PER_CPU_ALIGNED(unsigned long, nlmsvc_version1_count[17]);
fs/lockd/svc.c
684
static DEFINE_PER_CPU_ALIGNED(unsigned long,
fs/lockd/svc.c
696
static DEFINE_PER_CPU_ALIGNED(unsigned long,
fs/nfs/callback_xdr.c
1094
static DEFINE_PER_CPU_ALIGNED(unsigned long,
fs/nfs/callback_xdr.c
1107
static DEFINE_PER_CPU_ALIGNED(unsigned long,
fs/nfsd/localio.c
207
static DEFINE_PER_CPU_ALIGNED(unsigned long,
fs/nfsd/nfs2acl.c
380
static DEFINE_PER_CPU_ALIGNED(unsigned long,
fs/nfsd/nfs3acl.c
269
static DEFINE_PER_CPU_ALIGNED(unsigned long,
fs/nfsd/nfs3proc.c
1048
static DEFINE_PER_CPU_ALIGNED(unsigned long,
fs/nfsd/nfs4proc.c
4094
static DEFINE_PER_CPU_ALIGNED(unsigned long,
fs/nfsd/nfsproc.c
841
static DEFINE_PER_CPU_ALIGNED(unsigned long,
kernel/bpf/rqspinlock.c
305
static DEFINE_PER_CPU_ALIGNED(struct qnode, rqnodes[_Q_MAX_NODES]);
kernel/bpf/rqspinlock.c
89
DEFINE_PER_CPU_ALIGNED(struct rqspinlock_held, rqspinlock_held_locks);
kernel/locking/qspinlock.c
80
static DEFINE_PER_CPU_ALIGNED(struct qnode, qnodes[_Q_MAX_NODES]);
kernel/smp.c
46
static DEFINE_PER_CPU_ALIGNED(struct call_function_data, cfd_data);
kernel/softirq.c
56
DEFINE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);
lib/debugobjects.c
66
static DEFINE_PER_CPU_ALIGNED(struct obj_pool, pool_pcpu) = {
mm/memcontrol.c
1804
static DEFINE_PER_CPU_ALIGNED(struct memcg_stock_pcp, memcg_stock) = {
mm/memcontrol.c
1820
static DEFINE_PER_CPU_ALIGNED(struct obj_stock_pcp, obj_stock) = {
net/core/dev.c
462
DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data) = {
net/ipv4/route.c
1525
static DEFINE_PER_CPU_ALIGNED(struct uncached_list, rt_uncached_list);
net/ipv6/route.c
136
static DEFINE_PER_CPU_ALIGNED(struct uncached_list, rt6_uncached_list);