Home
last modified time | relevance | path

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

/linux-6.15/include/asm-generic/
H A Dpercpu.h107 TYPEOF_UNQUAL(pcp) __val, __old = *(ovalp); \
110 *(ovalp) = __val; \
123 *(ovalp) = __val; \
311 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
320 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
329 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
338 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
348 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
357 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
484 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
[all …]
/linux-6.15/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
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
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
516 #define this_cpu_try_cmpxchg_2(pcp, ovalp, nval) percpu_try_cmpxchg_op(2, volatile, pcp, ovalp, nva… argument
517 #define this_cpu_try_cmpxchg_4(pcp, ovalp, nval) percpu_try_cmpxchg_op(4, volatile, pcp, ovalp, nva… argument
539 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, , pcp, ovalp, nval) argument
[all …]
/linux-6.15/include/linux/
H A Dpercpu-defs.h420 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
421 __pcpu_size_call_return2bool(raw_cpu_try_cmpxchg_, pcp, ovalp, nval)
481 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
484 raw_cpu_try_cmpxchg(pcp, ovalp, nval); \
507 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
508 __pcpu_size_call_return2bool(this_cpu_try_cmpxchg_, pcp, ovalp, nval)