Lines Matching defs:val
180 #define this_cpu_write_1(pcp, val) \ argument
182 #define this_cpu_write_2(pcp, val) \ argument
184 #define this_cpu_write_4(pcp, val) \ argument
186 #define this_cpu_write_8(pcp, val) \ argument
189 #define this_cpu_add_1(pcp, val) \ argument
191 #define this_cpu_add_2(pcp, val) \ argument
193 #define this_cpu_add_4(pcp, val) \ argument
195 #define this_cpu_add_8(pcp, val) \ argument
198 #define this_cpu_add_return_1(pcp, val) \ argument
200 #define this_cpu_add_return_2(pcp, val) \ argument
202 #define this_cpu_add_return_4(pcp, val) \ argument
204 #define this_cpu_add_return_8(pcp, val) \ argument
207 #define this_cpu_and_1(pcp, val) \ argument
209 #define this_cpu_and_2(pcp, val) \ argument
211 #define this_cpu_and_4(pcp, val) \ argument
213 #define this_cpu_and_8(pcp, val) \ argument
216 #define this_cpu_or_1(pcp, val) \ argument
218 #define this_cpu_or_2(pcp, val) \ argument
220 #define this_cpu_or_4(pcp, val) \ argument
222 #define this_cpu_or_8(pcp, val) \ argument
225 #define this_cpu_xchg_1(pcp, val) \ argument
227 #define this_cpu_xchg_2(pcp, val) \ argument
229 #define this_cpu_xchg_4(pcp, val) \ argument
231 #define this_cpu_xchg_8(pcp, val) \ argument