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