Home
last modified time | relevance | path

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

/linux/include/asm-generic/
A Dpercpu.h294 #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
324 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
331 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
334 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
[all …]
/linux/arch/x86/include/asm/
A Dpercpu.h397 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, , 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
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
533 #define this_cpu_try_cmpxchg_2(pcp, ovalp, nval) percpu_try_cmpxchg_op(2, volatile, pcp, ovalp, nva… argument
534 #define this_cpu_try_cmpxchg_4(pcp, ovalp, nval) percpu_try_cmpxchg_op(4, volatile, pcp, ovalp, nva… argument
556 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, , pcp, ovalp, nval) argument
[all …]
/linux/include/linux/
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

Completed in 18 milliseconds