Home
last modified time | relevance | path

Searched refs:arch_cmpxchg_relaxed (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/arch/arc/include/asm/
Datomic.h30 #ifdef arch_cmpxchg_relaxed
33 arch_cmpxchg_relaxed(&((v)->counter), (o), (n)); \
Dcmpxchg.h41 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
/linux-5.19.10/arch/arm64/include/asm/
Dcmpxchg.h189 #define arch_cmpxchg_relaxed(...) __cmpxchg_wrapper( , __VA_ARGS__) macro
193 #define arch_cmpxchg_local arch_cmpxchg_relaxed
196 #define arch_cmpxchg64_relaxed arch_cmpxchg_relaxed
Datomic.h155 arch_cmpxchg_relaxed(&((v)->counter), (old), (new))
/linux-5.19.10/arch/riscv/include/asm/
Dcmpxchg.h202 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
360 arch_cmpxchg_relaxed((ptr), (o), (n)); \
/linux-5.19.10/arch/csky/include/asm/
Dcmpxchg.h64 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/linux-5.19.10/arch/powerpc/include/asm/
Datomic.h124 arch_cmpxchg_relaxed(&((v)->counter), (o), (n))
414 arch_cmpxchg_relaxed(&((v)->counter), (o), (n))
Dcmpxchg.h487 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
518 arch_cmpxchg_relaxed((ptr), (o), (n)); \
/linux-5.19.10/arch/arm/include/asm/
Dcmpxchg.h210 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
/linux-5.19.10/include/linux/atomic/
Datomic-arch-fallback.h34 #ifndef arch_cmpxchg_relaxed
37 #define arch_cmpxchg_relaxed arch_cmpxchg macro
124 ___r = arch_cmpxchg_relaxed((_ptr), ___o, (_new)); \
Datomic-instrumented.h1938 arch_cmpxchg_relaxed(__ai_ptr, __VA_ARGS__); \