Searched refs:DEFINE_PER_CPU_SECTION (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/include/linux/ |
D | percpu-defs.h | 89 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ macro 103 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ macro 116 DEFINE_PER_CPU_SECTION(type, name, "") 126 DEFINE_PER_CPU_SECTION(type, name, PER_CPU_FIRST_SECTION) 144 DEFINE_PER_CPU_SECTION(type, name, PER_CPU_SHARED_ALIGNED_SECTION) \ 152 DEFINE_PER_CPU_SECTION(type, name, PER_CPU_ALIGNED_SECTION) \ 163 DEFINE_PER_CPU_SECTION(type, name, "..page_aligned") \ 173 DEFINE_PER_CPU_SECTION(type, name, "..read_mostly") 185 DEFINE_PER_CPU_SECTION(type, name, "..decrypted")
|