Lines Matching defs:val
179 #define this_cpu_write_1(pcp, val) \ argument
181 #define this_cpu_write_2(pcp, val) \ argument
183 #define this_cpu_write_4(pcp, val) \ argument
185 #define this_cpu_write_8(pcp, val) \ argument
188 #define this_cpu_add_1(pcp, val) \ argument
190 #define this_cpu_add_2(pcp, val) \ argument
192 #define this_cpu_add_4(pcp, val) \ argument
194 #define this_cpu_add_8(pcp, val) \ argument
197 #define this_cpu_add_return_1(pcp, val) \ argument
199 #define this_cpu_add_return_2(pcp, val) \ argument
201 #define this_cpu_add_return_4(pcp, val) \ argument
203 #define this_cpu_add_return_8(pcp, val) \ argument
206 #define this_cpu_and_1(pcp, val) \ argument
208 #define this_cpu_and_2(pcp, val) \ argument
210 #define this_cpu_and_4(pcp, val) \ argument
212 #define this_cpu_and_8(pcp, val) \ argument
215 #define this_cpu_or_1(pcp, val) \ argument
217 #define this_cpu_or_2(pcp, val) \ argument
219 #define this_cpu_or_4(pcp, val) \ argument
221 #define this_cpu_or_8(pcp, val) \ argument
224 #define this_cpu_xchg_1(pcp, val) \ argument
226 #define this_cpu_xchg_2(pcp, val) \ argument
228 #define this_cpu_xchg_4(pcp, val) \ argument
230 #define this_cpu_xchg_8(pcp, val) \ argument