Lines Matching defs:nval

479 #define _this_cpu_generic_xchg(pcp, nval)				\  argument
491 # define this_cpu_xchg_1(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument
494 # define this_cpu_xchg_2(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument
497 # define this_cpu_xchg_4(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument
500 # define this_cpu_xchg_8(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument
502 # define this_cpu_xchg(pcp, nval) \ argument
506 #define _this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
520 # define this_cpu_cmpxchg_1(pcp, oval, nval) _this_cpu_generic_cmpxchg(pcp, oval, nval) argument
523 # define this_cpu_cmpxchg_2(pcp, oval, nval) _this_cpu_generic_cmpxchg(pcp, oval, nval) argument
526 # define this_cpu_cmpxchg_4(pcp, oval, nval) _this_cpu_generic_cmpxchg(pcp, oval, nval) argument
529 # define this_cpu_cmpxchg_8(pcp, oval, nval) _this_cpu_generic_cmpxchg(pcp, oval, nval) argument
531 # define this_cpu_cmpxchg(pcp, oval, nval) \ argument
729 #define __this_cpu_generic_xchg(pcp, nval) \ argument
738 # define __this_cpu_xchg_1(pcp, nval) __this_cpu_generic_xchg(pcp, nval) argument
741 # define __this_cpu_xchg_2(pcp, nval) __this_cpu_generic_xchg(pcp, nval) argument
744 # define __this_cpu_xchg_4(pcp, nval) __this_cpu_generic_xchg(pcp, nval) argument
747 # define __this_cpu_xchg_8(pcp, nval) __this_cpu_generic_xchg(pcp, nval) argument
749 # define __this_cpu_xchg(pcp, nval) \ argument
753 #define __this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
764 # define __this_cpu_cmpxchg_1(pcp, oval, nval) __this_cpu_generic_cmpxchg(pcp, oval, nval) argument
767 # define __this_cpu_cmpxchg_2(pcp, oval, nval) __this_cpu_generic_cmpxchg(pcp, oval, nval) argument
770 # define __this_cpu_cmpxchg_4(pcp, oval, nval) __this_cpu_generic_cmpxchg(pcp, oval, nval) argument
773 # define __this_cpu_cmpxchg_8(pcp, oval, nval) __this_cpu_generic_cmpxchg(pcp, oval, nval) argument
775 # define __this_cpu_cmpxchg(pcp, oval, nval) \ argument