Lines Matching defs:val
174 #define this_cpu_write_1(pcp, val) \ argument
176 #define this_cpu_write_2(pcp, val) \ argument
178 #define this_cpu_write_4(pcp, val) \ argument
180 #define this_cpu_write_8(pcp, val) \ argument
183 #define this_cpu_add_1(pcp, val) \ argument
185 #define this_cpu_add_2(pcp, val) \ argument
187 #define this_cpu_add_4(pcp, val) \ argument
189 #define this_cpu_add_8(pcp, val) \ argument
192 #define this_cpu_add_return_1(pcp, val) \ argument
194 #define this_cpu_add_return_2(pcp, val) \ argument
196 #define this_cpu_add_return_4(pcp, val) \ argument
198 #define this_cpu_add_return_8(pcp, val) \ argument
201 #define this_cpu_and_1(pcp, val) \ argument
203 #define this_cpu_and_2(pcp, val) \ argument
205 #define this_cpu_and_4(pcp, val) \ argument
207 #define this_cpu_and_8(pcp, val) \ argument
210 #define this_cpu_or_1(pcp, val) \ argument
212 #define this_cpu_or_2(pcp, val) \ argument
214 #define this_cpu_or_4(pcp, val) \ argument
216 #define this_cpu_or_8(pcp, val) \ argument
219 #define this_cpu_xchg_1(pcp, val) \ argument
221 #define this_cpu_xchg_2(pcp, val) \ argument
223 #define this_cpu_xchg_4(pcp, val) \ argument
225 #define this_cpu_xchg_8(pcp, val) \ argument