DEFINE_PER_CPU 818 arch/arm64/kernel/traps.c DEFINE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack) DEFINE_PER_CPU 182 arch/powerpc/perf/hv-24x7.c DEFINE_PER_CPU(char, hv_24x7_reqb[H24x7_DATA_BUFFER_SIZE]) __aligned(4096); DEFINE_PER_CPU 114 include/linux/percpu-defs.h #define DEFINE_PER_CPU(type, name) \ DEFINE_PER_CPU 51 lib/random32.c static DEFINE_PER_CPU(struct rnd_state, net_rand_state) __latent_entropy; DEFINE_PER_CPU 3 tools/testing/radix-tree/linux/percpu.h #define DEFINE_PER_CPU(type, val) type val DEFINE_PER_CPU 85 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/percpu.h #define DEFINE_PER_CPU(type, name) \