Lines Matching refs:nval
79 #define raw_cpu_generic_xchg(pcp, nval) \ argument
83 raw_cpu_write(pcp, nval); \
87 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
92 raw_cpu_write(pcp, nval); \
136 #define this_cpu_generic_xchg(pcp, nval) \ argument
142 raw_cpu_write(pcp, nval); \
147 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
154 raw_cpu_write(pcp, nval); \
249 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
252 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
255 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
258 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
262 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument
263 raw_cpu_generic_cmpxchg(pcp, oval, nval)
266 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument
267 raw_cpu_generic_cmpxchg(pcp, oval, nval)
270 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument
271 raw_cpu_generic_cmpxchg(pcp, oval, nval)
274 #define raw_cpu_cmpxchg_8(pcp, oval, nval) \ argument
275 raw_cpu_generic_cmpxchg(pcp, oval, nval)
374 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
377 #define this_cpu_xchg_2(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
380 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
383 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
387 #define this_cpu_cmpxchg_1(pcp, oval, nval) \ argument
388 this_cpu_generic_cmpxchg(pcp, oval, nval)
391 #define this_cpu_cmpxchg_2(pcp, oval, nval) \ argument
392 this_cpu_generic_cmpxchg(pcp, oval, nval)
395 #define this_cpu_cmpxchg_4(pcp, oval, nval) \ argument
396 this_cpu_generic_cmpxchg(pcp, oval, nval)
399 #define this_cpu_cmpxchg_8(pcp, oval, nval) \ argument
400 this_cpu_generic_cmpxchg(pcp, oval, nval)