Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpercpu.h133 #define arch_this_cpu_cmpxchg(pcp, oval, nval) \ argument
140 ret__ = cmpxchg(ptr__, oval, nval); \
145 #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
146 #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
147 #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
148 #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
150 #define arch_this_cpu_xchg(pcp, nval) \ argument
156 ret__ = xchg(ptr__, nval); \
161 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
162 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
[all …]
/arch/x86/include/asm/
Dpercpu.h301 #define percpu_xchg_op(var, nval) \ argument
304 typeof(var) pxo_new__ = (nval); \
347 #define percpu_cmpxchg_op(var, oval, nval) \ argument
351 typeof(var) pco_new__ = (nval); \
428 #define this_cpu_xchg_1(pcp, nval) percpu_xchg_op(pcp, nval) argument
429 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(pcp, nval) argument
430 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(pcp, nval) argument
435 #define raw_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
436 #define raw_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
437 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) argument
[all …]