Searched refs:DEFINE_PER_CPU_SECTION (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | percpu-defs.h | 84 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ macro 97 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ macro 109 DEFINE_PER_CPU_SECTION(type, name, "") 122 DEFINE_PER_CPU_SECTION(type, name, "..hot.." #name) 140 DEFINE_PER_CPU_SECTION(type, name, PER_CPU_SHARED_ALIGNED_SECTION) \ 148 DEFINE_PER_CPU_SECTION(type, name, PER_CPU_ALIGNED_SECTION) \ 159 DEFINE_PER_CPU_SECTION(type, name, "..page_aligned") \ 169 DEFINE_PER_CPU_SECTION(type, name, "..read_mostly") 180 DEFINE_PER_CPU_SECTION(type, name, "..decrypted")
|