Home
last modified time | relevance | path

Searched defs:nval (Results 1 – 2 of 2) sorted by relevance

/arch/s390/include/asm/
Dpercpu.h70 #define arch_this_cpu_cmpxchg(pcp, oval, nval) \ argument
88 #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
89 #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
90 #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
91 #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
93 #define arch_this_cpu_xchg(pcp, nval) \ argument
104 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
105 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
106 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
108 #define this_cpu_xchg_8(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
/arch/x86/include/asm/
Dpercpu.h272 #define percpu_xchg_op(var, nval) \ argument
318 #define percpu_cmpxchg_op(var, oval, nval) \ argument
405 #define this_cpu_xchg_1(pcp, nval) percpu_xchg_op(pcp, nval) argument
406 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(pcp, nval) argument
407 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(pcp, nval) argument
412 #define __this_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
413 #define __this_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
414 #define __this_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
419 #define this_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
420 #define this_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
[all …]