Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpercpu.h134 #define arch_this_cpu_cmpxchg(pcp, oval, nval) \ argument
141 ret__ = cmpxchg(ptr__, oval, nval); \
146 #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
147 #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
148 #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
149 #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
151 #define arch_this_cpu_xchg(pcp, nval) \ argument
157 ret__ = xchg(ptr__, nval); \
162 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
163 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
[all …]
/arch/x86/include/asm/
Dpercpu.h302 #define percpu_xchg_op(var, nval) \ argument
305 typeof(var) pxo_new__ = (nval); \
348 #define percpu_cmpxchg_op(var, oval, nval) \ argument
352 typeof(var) pco_new__ = (nval); \
429 #define this_cpu_xchg_1(pcp, nval) percpu_xchg_op(pcp, nval) argument
430 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(pcp, nval) argument
431 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(pcp, nval) argument
436 #define raw_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
437 #define raw_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
438 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
[all …]