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); \
478 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
481 raw_cpu_try_cmpxchg(pcp, ovalp, nval); \
501 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument
502 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
503 __pcpu_size_call_return2(this_cpu_cmpxchg_, pcp, oval, nval)
504 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
505 __pcpu_size_call_return2bool(this_cpu_try_cmpxchg_, pcp, ovalp, nval)