Lines Matching refs:nval
417 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument
418 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument
419 __pcpu_size_call_return2(raw_cpu_cmpxchg_, pcp, oval, nval)
420 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
421 __pcpu_size_call_return2bool(raw_cpu_try_cmpxchg_, pcp, ovalp, nval)
469 #define __this_cpu_xchg(pcp, nval) \ argument
472 raw_cpu_xchg(pcp, nval); \
475 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument
478 raw_cpu_cmpxchg(pcp, oval, nval); \
481 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
484 raw_cpu_try_cmpxchg(pcp, ovalp, nval); \
504 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument
505 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
506 __pcpu_size_call_return2(this_cpu_cmpxchg_, pcp, oval, nval)
507 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
508 __pcpu_size_call_return2bool(this_cpu_try_cmpxchg_, pcp, ovalp, nval)