Searched defs:DECLARE_PER_CPU (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/shared/linux/ | ||
H A D | percpu.h | 2 #define DECLARE_PER_CPU(type, val) extern type val macro |
/linux/include/linux/ | ||
H A D | percpu-defs.h | 109 #define DECLARE_PER_CPU(type, name) \ macro |