Lines Matching refs:nval
414 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument
415 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument
416 __pcpu_size_call_return2(raw_cpu_cmpxchg_, pcp, oval, nval)
417 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
418 __pcpu_size_call_return2bool(raw_cpu_try_cmpxchg_, pcp, ovalp, nval)
466 #define __this_cpu_xchg(pcp, nval) \ argument
469 raw_cpu_xchg(pcp, nval); \
472 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument
475 raw_cpu_cmpxchg(pcp, oval, nval); \
495 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument
496 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
497 __pcpu_size_call_return2(this_cpu_cmpxchg_, pcp, oval, nval)
498 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
499 __pcpu_size_call_return2bool(this_cpu_try_cmpxchg_, pcp, ovalp, nval)