Home
last modified time | relevance | path

Searched refs:DEFINE_PER_CPU (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dlglock.h45 static DEFINE_PER_CPU(arch_spinlock_t, name ## _lock) \
50 static DEFINE_PER_CPU(arch_spinlock_t, name ## _lock) \
Dsrcu.h106 static DEFINE_PER_CPU(struct srcu_struct_array, name##_srcu_array);\
110 static DEFINE_PER_CPU(struct srcu_struct_array, name##_srcu_array);\
Dpercpu-defs.h115 #define DEFINE_PER_CPU(type, name) \ macro