/openbmc/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);
|
H A D | pm-cps.c | 54 static DEFINE_PER_CPU_ALIGNED(u32*, ready_count); 57 static DEFINE_PER_CPU_ALIGNED(cpumask_t, online_coupled); 63 static DEFINE_PER_CPU_ALIGNED(atomic_t, pm_barrier); 66 DEFINE_PER_CPU_ALIGNED(struct mips_static_suspend_state, cps_cpu_state);
|
H A D | mips-cm.c | 179 static DEFINE_PER_CPU_ALIGNED(spinlock_t, cm_core_lock); 180 static DEFINE_PER_CPU_ALIGNED(unsigned long, cm_core_lock_flags);
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | irq.c | 52 DEFINE_PER_CPU_ALIGNED(ulong [IRQ_STACK_SIZE/sizeof(ulong)], irq_stack);
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | irq.c | 67 DEFINE_PER_CPU_ALIGNED(unsigned long [IRQ_STACK_SIZE/sizeof(long)], irq_stack);
|
/openbmc/linux/fs/lockd/ |
H A D | svc.c | 673 static DEFINE_PER_CPU_ALIGNED(unsigned long, nlmsvc_version1_count[17]); 683 static DEFINE_PER_CPU_ALIGNED(unsigned long, 695 static DEFINE_PER_CPU_ALIGNED(unsigned long,
|
/openbmc/linux/kernel/locking/ |
H A D | qspinlock.c | 109 static DEFINE_PER_CPU_ALIGNED(struct qnode, qnodes[MAX_NODES]);
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | qspinlock.c | 49 static DEFINE_PER_CPU_ALIGNED(struct qnodes, qnodes); 50 static DEFINE_PER_CPU_ALIGNED(u64, sleepy_lock_seen_clock);
|
/openbmc/linux/arch/arm/mach-bcm/ |
H A D | platsmp-brcmstb.c | 57 static DEFINE_PER_CPU_ALIGNED(int, per_cpu_sw_state);
|
/openbmc/linux/arch/s390/lib/ |
H A D | spinlock.c | 44 static DEFINE_PER_CPU_ALIGNED(struct spin_wait, spin_wait[4]);
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs3acl.c | 271 static DEFINE_PER_CPU_ALIGNED(unsigned long,
|
H A D | nfs2acl.c | 382 static DEFINE_PER_CPU_ALIGNED(unsigned long,
|
H A D | nfsproc.c | 829 static DEFINE_PER_CPU_ALIGNED(unsigned long,
|
H A D | nfs3proc.c | 1057 static DEFINE_PER_CPU_ALIGNED(unsigned long,
|
H A D | nfs4proc.c | 3654 static DEFINE_PER_CPU_ALIGNED(unsigned long,
|
/openbmc/linux/arch/x86/xen/ |
H A D | enlighten.c | 44 DEFINE_PER_CPU_ALIGNED(struct vcpu_info, xen_vcpu_info);
|
/openbmc/linux/include/linux/ |
H A D | percpu-defs.h | 150 #define DEFINE_PER_CPU_ALIGNED(type, name) \ macro
|
/openbmc/linux/fs/nfs/ |
H A D | callback_xdr.c | 1074 static DEFINE_PER_CPU_ALIGNED(unsigned long, 1087 static DEFINE_PER_CPU_ALIGNED(unsigned long,
|
/openbmc/linux/kernel/ |
H A D | softirq.c | 55 DEFINE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);
|
H A D | smp.c | 45 static DEFINE_PER_CPU_ALIGNED(struct call_function_data, cfd_data);
|
/openbmc/linux/drivers/s390/cio/ |
H A D | cio.c | 50 DEFINE_PER_CPU_ALIGNED(struct irb, cio_irb);
|
/openbmc/linux/arch/x86/mm/ |
H A D | init.c | 1061 __visible DEFINE_PER_CPU_ALIGNED(struct tlb_state, cpu_tlbstate) = {
|
/openbmc/linux/arch/x86/kernel/ |
H A D | tsc.c | 64 static DEFINE_PER_CPU_ALIGNED(struct cyc2ns, cyc2ns);
|
H A D | smpboot.c | 126 static DEFINE_PER_CPU_ALIGNED(struct mwait_cpu_dead, mwait_cpu_dead);
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 2104 DEFINE_PER_CPU_ALIGNED(struct pcpu_hot, pcpu_hot) = {
|