Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpercpu.h107 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument
109 TYPEOF_UNQUAL(pcp) __val, __old = *(ovalp); \
112 *(ovalp) = __val; \
116 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
119 TYPEOF_UNQUAL(pcp) __val = *__p, ___old = *(ovalp); \
125 *(ovalp) = __val; \
196 #define this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
201 __ret = raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval); \
309 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
310 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg_1)
[all …]