Home
last modified time | relevance | path

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

/linux/include/asm-generic/
A Dpercpu.h94 typeof(pcp) __val, __old = *(ovalp); \
97 *(ovalp) = __val; \
104 typeof(pcp) __val = *__p, ___old = *(ovalp); \
110 *(ovalp) = __val; \
298 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
307 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
316 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
325 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
335 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
344 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
[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
418 __pcpu_size_call_return2bool(raw_cpu_try_cmpxchg_, pcp, ovalp, nval)
478 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
481 raw_cpu_try_cmpxchg(pcp, ovalp, nval); \
504 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
505 __pcpu_size_call_return2bool(this_cpu_try_cmpxchg_, pcp, ovalp, nval)

Completed in 11 milliseconds