Lines Matching defs:nval
79 #define raw_cpu_generic_xchg(pcp, nval) \ argument
87 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
136 #define this_cpu_generic_xchg(pcp, nval) \ argument
147 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
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
266 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument
270 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument
274 #define raw_cpu_cmpxchg_8(pcp, oval, nval) \ argument
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
391 #define this_cpu_cmpxchg_2(pcp, oval, nval) \ argument
395 #define this_cpu_cmpxchg_4(pcp, oval, nval) \ argument
399 #define this_cpu_cmpxchg_8(pcp, oval, nval) \ argument