Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpercpu.h92 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument
101 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
181 #define this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
294 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
297 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
303 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
306 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
312 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
315 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
321 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
[all …]
/linux/arch/x86/include/asm/
H A Dpercpu.h397 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, , pcp, ovalp, n… argument
398 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, volatile, pcp, ovalp, n… argument
406 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, , pcp, ovalp, nva… argument
407 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, volatile, pcp, ovalp, nva… argument
467 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, , pcp, ovalp,… argument
468 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, volatile, pcp, ovalp… argument
522 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) percpu_try_cmpxchg_op(1, , pcp, ovalp, nval) argument
523 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) percpu_try_cmpxchg_op(2, , pcp, ovalp, nval) argument
524 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) percpu_try_cmpxchg_op(4, , pcp, ovalp, nval) argument
532 #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.h417 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
478 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
504 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument