Home
last modified time | relevance | path

Searched refs:DEFINE_PER_CPU_ALIGNED (Results 1 – 12 of 12) 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);
/linux/kernel/bpf/
H A Drqspinlock.c89 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 Dqspinlock.c51 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 Dplatsmp-brcmstb.c57 static DEFINE_PER_CPU_ALIGNED(int, per_cpu_sw_state);
/linux/include/linux/
H A Dpercpu-defs.h147 #define DEFINE_PER_CPU_ALIGNED(type, name) \ macro
/linux/kernel/
H A Dsoftirq.c57 DEFINE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);
H A Dsmp.c47 static DEFINE_PER_CPU_ALIGNED(struct call_function_data, cfd_data);
/linux/arch/x86/mm/
H A Dinit.c1013 __visible DEFINE_PER_CPU_ALIGNED(struct tlb_state, cpu_tlbstate) = {
/linux/mm/
H A Dmemcontrol.c2062 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 Droute.c1555 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.c462 DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data) = {