Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpercpu.h105 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument
107 TYPEOF_UNQUAL(pcp) __val, __old = *(ovalp); \
110 *(ovalp) = __val; \
114 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
117 TYPEOF_UNQUAL(pcp) __val = *__p, ___old = *(ovalp); \
123 *(ovalp) = __val; \
194 #define this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
199 __ret = raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval); \
307 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
308 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg_1)
[all …]
/linux/arch/x86/include/asm/
H A Dpercpu.h381 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, , pcp, ovalp, n… argument
382 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, volatile, pcp, ovalp, n… argument
390 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, , pcp, ovalp, nva… argument
391 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, volatile, pcp, ovalp, nva… argument
449 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, , pcp, ovalp,… argument
450 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, volatile, pcp, ovalp argument
504 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) percpu_try_cmpxchg_op(1, , pcp, ovalp, nval) argument
505 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) percpu_try_cmpxchg_op(2, , pcp, ovalp, nval) argument
506 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) percpu_try_cmpxchg_op(4, , pcp, ovalp, nval) argument
514 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) percpu_try_cmpxchg_op(1, volatile, pcp, ovalp, nva… argument
[all …]
/linux/include/linux/
H A Dpercpu-defs.h421 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
422 __pcpu_size_call_return2bool(raw_cpu_try_cmpxchg_, pcp, ovalp, nval)
482 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
485 raw_cpu_try_cmpxchg(pcp, ovalp, nval); \
508 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
509 __pcpu_size_call_return2bool(this_cpu_try_cmpxchg_, pcp, ovalp, nval)