Home
last modified time | relevance | path

Searched refs:DEFINE_PER_CPU_ALIGNED (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.6.21/arch/mips/kernel/
Dmips-cpc.c18 static DEFINE_PER_CPU_ALIGNED(spinlock_t, cpc_core_lock);
20 static DEFINE_PER_CPU_ALIGNED(unsigned long, cpc_core_lock_flags);
Dpm-cps.c54 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);
Dmips-cm.c179 static DEFINE_PER_CPU_ALIGNED(spinlock_t, cm_core_lock);
180 static DEFINE_PER_CPU_ALIGNED(unsigned long, cm_core_lock_flags);
/linux-6.6.21/arch/riscv/kernel/
Dirq.c52 DEFINE_PER_CPU_ALIGNED(ulong [IRQ_STACK_SIZE/sizeof(ulong)], irq_stack);
/linux-6.6.21/arch/arm64/kernel/
Dirq.c67 DEFINE_PER_CPU_ALIGNED(unsigned long [IRQ_STACK_SIZE/sizeof(long)], irq_stack);
/linux-6.6.21/fs/lockd/
Dsvc.c673 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,
/linux-6.6.21/arch/x86/xen/
Denlighten.c41 DEFINE_PER_CPU_ALIGNED(struct vcpu_info, xen_vcpu_info);
/linux-6.6.21/kernel/locking/
Dqspinlock.c109 static DEFINE_PER_CPU_ALIGNED(struct qnode, qnodes[MAX_NODES]);
/linux-6.6.21/arch/arm/mach-bcm/
Dplatsmp-brcmstb.c57 static DEFINE_PER_CPU_ALIGNED(int, per_cpu_sw_state);
/linux-6.6.21/arch/s390/lib/
Dspinlock.c44 static DEFINE_PER_CPU_ALIGNED(struct spin_wait, spin_wait[4]);
/linux-6.6.21/fs/nfsd/
Dnfs3acl.c269 static DEFINE_PER_CPU_ALIGNED(unsigned long,
Dnfs2acl.c380 static DEFINE_PER_CPU_ALIGNED(unsigned long,
Dnfsproc.c829 static DEFINE_PER_CPU_ALIGNED(unsigned long,
Dnfs3proc.c1057 static DEFINE_PER_CPU_ALIGNED(unsigned long,
Dnfs4proc.c3652 static DEFINE_PER_CPU_ALIGNED(unsigned long,
/linux-6.6.21/arch/powerpc/lib/
Dqspinlock.c49 static DEFINE_PER_CPU_ALIGNED(struct qnodes, qnodes);
50 static DEFINE_PER_CPU_ALIGNED(u64, sleepy_lock_seen_clock);
/linux-6.6.21/include/linux/
Dpercpu-defs.h150 #define DEFINE_PER_CPU_ALIGNED(type, name) \ macro
/linux-6.6.21/fs/nfs/
Dcallback_xdr.c1072 static DEFINE_PER_CPU_ALIGNED(unsigned long,
1085 static DEFINE_PER_CPU_ALIGNED(unsigned long,
/linux-6.6.21/kernel/
Dsoftirq.c55 DEFINE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);
Dsmp.c45 static DEFINE_PER_CPU_ALIGNED(struct call_function_data, cfd_data);
/linux-6.6.21/drivers/s390/cio/
Dcio.c50 DEFINE_PER_CPU_ALIGNED(struct irb, cio_irb);
/linux-6.6.21/arch/x86/mm/
Dinit.c1060 __visible DEFINE_PER_CPU_ALIGNED(struct tlb_state, cpu_tlbstate) = {
/linux-6.6.21/arch/x86/kernel/
Dtsc.c64 static DEFINE_PER_CPU_ALIGNED(struct cyc2ns, cyc2ns);
Dsmpboot.c125 static DEFINE_PER_CPU_ALIGNED(struct mwait_cpu_dead, mwait_cpu_dead);
/linux-6.6.21/arch/x86/kernel/cpu/
Dcommon.c2055 DEFINE_PER_CPU_ALIGNED(struct pcpu_hot, pcpu_hot) = {

12