Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/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-v6.1/arch/riscv/include/asm/
Dcmpxchg.h202 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
360 arch_cmpxchg_relaxed((ptr), (o), (n)); \
/Linux-v6.1/arch/csky/include/asm/
Dcmpxchg.h83 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/Linux-v6.1/arch/powerpc/include/asm/
Dcmpxchg.h487 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
518 arch_cmpxchg_relaxed((ptr), (o), (n)); \
Datomic.h124 arch_cmpxchg_relaxed(&((v)->counter), (o), (n))
415 arch_cmpxchg_relaxed(&((v)->counter), (o), (n))
/Linux-v6.1/arch/arm/include/asm/
Dcmpxchg.h210 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
/Linux-v6.1/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__); \