Searched defs:DECLARE_PER_CPU (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Dpercpu.h40 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name macro
/external/kernel-headers/original/asm-x86/
H A Dpercpu_32.h53 #define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name macro
63 DECLARE_PER_CPU(unsigned long, this_cpu_off);

Completed in 82 milliseconds