Searched refs:DEFINE_PER_CPU_SECTION (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/include/linux/ |
D | percpu-defs.h | 90 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ macro 103 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ macro 115 DEFINE_PER_CPU_SECTION(type, name, "") 125 DEFINE_PER_CPU_SECTION(type, name, PER_CPU_FIRST_SECTION) 143 DEFINE_PER_CPU_SECTION(type, name, PER_CPU_SHARED_ALIGNED_SECTION) \ 151 DEFINE_PER_CPU_SECTION(type, name, PER_CPU_ALIGNED_SECTION) \ 162 DEFINE_PER_CPU_SECTION(type, name, "..page_aligned") \ 172 DEFINE_PER_CPU_SECTION(type, name, "..read_mostly") 183 DEFINE_PER_CPU_SECTION(type, name, "..decrypted")
|