Lines Matching +defs:val +defs:name

86 #define DECLARE_PER_CPU_SECTION(type, name, sec)			\  argument
90 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
100 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
103 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
111 #define DECLARE_PER_CPU(type, name) \ argument
114 #define DEFINE_PER_CPU(type, name) \ argument
121 #define DECLARE_PER_CPU_FIRST(type, name) \ argument
124 #define DEFINE_PER_CPU_FIRST(type, name) \ argument
138 #define DECLARE_PER_CPU_SHARED_ALIGNED(type, name) \ argument
142 #define DEFINE_PER_CPU_SHARED_ALIGNED(type, name) \ argument
146 #define DECLARE_PER_CPU_ALIGNED(type, name) \ argument
150 #define DEFINE_PER_CPU_ALIGNED(type, name) \ argument
157 #define DECLARE_PER_CPU_PAGE_ALIGNED(type, name) \ argument
161 #define DEFINE_PER_CPU_PAGE_ALIGNED(type, name) \ argument
168 #define DECLARE_PER_CPU_READ_MOSTLY(type, name) \ argument
171 #define DEFINE_PER_CPU_READ_MOSTLY(type, name) \ argument
179 #define DECLARE_PER_CPU_DECRYPTED(type, name) \ argument
182 #define DEFINE_PER_CPU_DECRYPTED(type, name) \ argument
185 #define DEFINE_PER_CPU_DECRYPTED(type, name) DEFINE_PER_CPU(type, name) argument
411 #define raw_cpu_write(pcp, val) __pcpu_size_call(raw_cpu_write_, pcp, val) argument
412 #define raw_cpu_add(pcp, val) __pcpu_size_call(raw_cpu_add_, pcp, val) argument
413 #define raw_cpu_and(pcp, val) __pcpu_size_call(raw_cpu_and_, pcp, val) argument
414 #define raw_cpu_or(pcp, val) __pcpu_size_call(raw_cpu_or_, pcp, val) argument
415 #define raw_cpu_add_return(pcp, val) __pcpu_size_call_return2(raw_cpu_add_return_, pcp, val) argument
421 #define raw_cpu_sub(pcp, val) raw_cpu_add(pcp, -(val)) argument
424 #define raw_cpu_sub_return(pcp, val) raw_cpu_add_return(pcp, -(typeof(pcp))(val)) argument
438 #define __this_cpu_write(pcp, val) \ argument
444 #define __this_cpu_add(pcp, val) \ argument
450 #define __this_cpu_and(pcp, val) \ argument
456 #define __this_cpu_or(pcp, val) \ argument
462 #define __this_cpu_add_return(pcp, val) \ argument
486 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val)) argument
489 #define __this_cpu_sub_return(pcp, val) __this_cpu_add_return(pcp, -(typeof(pcp))(val)) argument
498 #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) argument
499 #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) argument
500 #define this_cpu_and(pcp, val) __pcpu_size_call(this_cpu_and_, pcp, val) argument
501 #define this_cpu_or(pcp, val) __pcpu_size_call(this_cpu_or_, pcp, val) argument
502 #define this_cpu_add_return(pcp, val) __pcpu_size_call_return2(this_cpu_add_return_, pcp, val) argument
508 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) argument
511 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val)) argument