Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/kernel/
Dmips-cpc.c17 static DEFINE_PER_CPU_ALIGNED(spinlock_t, cpc_core_lock);
19 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);
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dirq.c43 DEFINE_PER_CPU_ALIGNED(unsigned long [IRQ_STACK_SIZE/sizeof(long)], irq_stack);
/kernel/linux/linux-5.10/kernel/locking/
Dqspinlock.c108 static DEFINE_PER_CPU_ALIGNED(struct qnode, qnodes[MAX_NODES]);
/kernel/linux/linux-5.10/arch/s390/lib/
Dspinlock.c44 static DEFINE_PER_CPU_ALIGNED(struct spin_wait, spin_wait[4]);
/kernel/linux/linux-5.10/arch/arm/mach-bcm/
Dplatsmp-brcmstb.c65 static DEFINE_PER_CPU_ALIGNED(int, per_cpu_sw_state);
/kernel/linux/linux-5.10/include/linux/
Dpercpu-defs.h150 #define DEFINE_PER_CPU_ALIGNED(type, name) \ macro
/kernel/linux/linux-5.10/kernel/
Dsoftirq.c51 DEFINE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);
Dsmp.c39 static DEFINE_PER_CPU_ALIGNED(struct call_function_data, cfd_data);
/kernel/linux/linux-5.10/drivers/s390/cio/
Dcio.c50 DEFINE_PER_CPU_ALIGNED(struct irb, cio_irb);
/kernel/linux/linux-5.10/arch/x86/kernel/
Dtsc.c61 static DEFINE_PER_CPU_ALIGNED(struct cyc2ns, cyc2ns);
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dcommon.c1898 DEFINE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
/kernel/linux/linux-5.10/net/ipv4/
Droute.c1535 static DEFINE_PER_CPU_ALIGNED(struct uncached_list, rt_uncached_list);
/kernel/linux/linux-5.10/net/ipv6/
Droute.c133 static DEFINE_PER_CPU_ALIGNED(struct uncached_list, rt6_uncached_list);
/kernel/linux/linux-5.10/net/core/
Ddev.c402 DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data);