Lines Matching defs:nval
87 #define raw_cpu_generic_xchg(pcp, nval) \ argument
96 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
167 #define this_cpu_generic_xchg(pcp, nval) \ argument
177 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
277 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
280 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
283 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
286 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
290 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument
294 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument
298 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument
302 #define raw_cpu_cmpxchg_8(pcp, oval, nval) \ argument
402 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
405 #define this_cpu_xchg_2(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
408 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
411 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
415 #define this_cpu_cmpxchg_1(pcp, oval, nval) \ argument
419 #define this_cpu_cmpxchg_2(pcp, oval, nval) \ argument
423 #define this_cpu_cmpxchg_4(pcp, oval, nval) \ argument
427 #define this_cpu_cmpxchg_8(pcp, oval, nval) \ argument