Home
last modified time | relevance | path

Searched refs:ovalp (Results 1 – 2 of 2) 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 …]
/linux/arch/x86/include/asm/
H A Dpercpu.h382 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, , pcp, ovalp, n… argument
383 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, volatile, pcp, ovalp, n… argument
391 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, , pcp, ovalp, nva… argument
392 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, volatile, pcp, ovalp, nva… argument
450 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, , pcp, ovalp,… argument
451 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, volatile, pcp, ovalp argument
505 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) percpu_try_cmpxchg_op(1, , pcp, ovalp, nval) argument
506 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) percpu_try_cmpxchg_op(2, , pcp, ovalp, nval) argument
507 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) percpu_try_cmpxchg_op(4, , pcp, ovalp, nval) argument
515 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) percpu_try_cmpxchg_op(1, volatile, pcp, ovalp, nva… argument
[all …]