Searched refs:DEFINE_PER_CPU_SECTION (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | percpu-defs.h | 89 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ macro 102 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ macro 114 DEFINE_PER_CPU_SECTION(type, name, "") 127 DEFINE_PER_CPU_SECTION(type, name, "..hot.." #name) 145 DEFINE_PER_CPU_SECTION(type, name, PER_CPU_SHARED_ALIGNED_SECTION) \ 153 DEFINE_PER_CPU_SECTION(type, name, PER_CPU_ALIGNED_SECTION) \ 164 DEFINE_PER_CPU_SECTION(type, name, "..page_aligned") \ 174 DEFINE_PER_CPU_SECTION(type, name, "..read_mostly") 185 DEFINE_PER_CPU_SECTION(type, name, "..decrypted")
|