Searched refs:DEFINE_PER_CPU_SECTION (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | percpu-defs.h | 88 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ macro 101 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ macro 113 DEFINE_PER_CPU_SECTION(type, name, "") 126 DEFINE_PER_CPU_SECTION(type, name, "..hot.." #name) 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") 184 DEFINE_PER_CPU_SECTION(type, name, "..decrypted")
|