Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A 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);
H A Dpm-cps.c55 static DEFINE_PER_CPU_ALIGNED(u32*, ready_count);
58 static DEFINE_PER_CPU_ALIGNED(cpumask_t, online_coupled);
61 static DEFINE_PER_CPU_ALIGNED(atomic_t, pm_barrier);
64 DEFINE_PER_CPU_ALIGNED(struct mips_static_suspend_state, cps_cpu_state);
H A Dmips-cm.c182 static DEFINE_PER_CPU_ALIGNED(spinlock_t, cm_core_lock);
183 static DEFINE_PER_CPU_ALIGNED(unsigned long, cm_core_lock_flags);
/linux/kernel/bpf/
H A Drqspinlock.c89 DEFINE_PER_CPU_ALIGNED(struct rqspinlock_held, rqspinlock_held_locks);
314 static DEFINE_PER_CPU_ALIGNED(struct qnode, rqnodes[_Q_MAX_NODES]);
/linux/kernel/locking/
H A Dqspinlock.c80 static DEFINE_PER_CPU_ALIGNED(struct qnode, qnodes[_Q_MAX_NODES]);
/linux/fs/nfsd/
H A Dlocalio.c197 static DEFINE_PER_CPU_ALIGNED(unsigned long,
H A Dnfs3acl.c269 static DEFINE_PER_CPU_ALIGNED(unsigned long,
H A Dnfs2acl.c380 static DEFINE_PER_CPU_ALIGNED(unsigned long,
H A Dnfsproc.c839 static DEFINE_PER_CPU_ALIGNED(unsigned long,
H A Dnfs3proc.c1052 static DEFINE_PER_CPU_ALIGNED(unsigned long,
H A Dnfs4proc.c3838 static DEFINE_PER_CPU_ALIGNED(unsigned long,
/linux/arch/powerpc/lib/
H A Dqspinlock.c50 static DEFINE_PER_CPU_ALIGNED(struct qnodes, qnodes);
51 static DEFINE_PER_CPU_ALIGNED(u64, sleepy_lock_seen_clock);
/linux/arch/arm/mach-bcm/
H A Dplatsmp-brcmstb.c57 static DEFINE_PER_CPU_ALIGNED(int, per_cpu_sw_state);
/linux/arch/s390/lib/
H A Dspinlock.c64 static DEFINE_PER_CPU_ALIGNED(struct spin_wait, spin_wait[4]);
/linux/include/linux/
H A Dpercpu-defs.h152 #define DEFINE_PER_CPU_ALIGNED(type, name) \ macro
/linux/arch/x86/kernel/
H A Dirq.c398 DEFINE_PER_CPU_ALIGNED(struct pi_desc, posted_msi_pi_desc);
H A Dsmpboot.c124 static DEFINE_PER_CPU_ALIGNED(struct mwait_cpu_dead, mwait_cpu_dead);
/linux/fs/nfs/
H A Dcallback_xdr.c1117 static DEFINE_PER_CPU_ALIGNED(unsigned long,
1130 static DEFINE_PER_CPU_ALIGNED(unsigned long,
/linux/drivers/s390/cio/
H A Dcio.c51 DEFINE_PER_CPU_ALIGNED(struct irb, cio_irb);
/linux/kernel/
H A Dsmp.c46 static DEFINE_PER_CPU_ALIGNED(struct call_function_data, cfd_data);
/linux/lib/
H A Ddebugobjects.c66 static DEFINE_PER_CPU_ALIGNED(struct obj_pool, pool_pcpu) = {
/linux/mm/
H A Dmemcontrol.c1758 static DEFINE_PER_CPU_ALIGNED(struct memcg_stock_pcp, memcg_stock) = {
1774 static DEFINE_PER_CPU_ALIGNED(struct obj_stock_pcp, obj_stock) = {
/linux/net/ipv4/
H A Droute.c1519 static DEFINE_PER_CPU_ALIGNED(struct uncached_list, rt_uncached_list);
/linux/net/ipv6/
H A Droute.c136 static DEFINE_PER_CPU_ALIGNED(struct uncached_list, rt6_uncached_list);
/linux/net/core/
H A Ddev.c456 DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data) = {