Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arc/include/asm/
A Datomic.h30 #ifdef arch_cmpxchg_relaxed
33 arch_cmpxchg_relaxed(&((v)->counter), (o), (n)); \
A Dcmpxchg.h41 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
/linux-6.3-rc2/arch/arm64/include/asm/
A 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
A Datomic.h155 arch_cmpxchg_relaxed(&((v)->counter), (old), (new))
/linux-6.3-rc2/arch/riscv/include/asm/
A Dcmpxchg.h202 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
360 arch_cmpxchg_relaxed((ptr), (o), (n)); \
/linux-6.3-rc2/arch/csky/include/asm/
A Dcmpxchg.h83 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Datomic.h124 arch_cmpxchg_relaxed(&((v)->counter), (o), (n))
415 arch_cmpxchg_relaxed(&((v)->counter), (o), (n))
A Dcmpxchg.h716 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
747 arch_cmpxchg_relaxed((ptr), (o), (n)); \
/linux-6.3-rc2/arch/arm/include/asm/
A Dcmpxchg.h210 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
/linux-6.3-rc2/include/linux/atomic/
A Datomic-arch-fallback.h34 #ifndef arch_cmpxchg_relaxed
37 #define arch_cmpxchg_relaxed arch_cmpxchg macro
124 ___r = arch_cmpxchg_relaxed((_ptr), ___o, (_new)); \
A Datomic-instrumented.h1938 arch_cmpxchg_relaxed(__ai_ptr, __VA_ARGS__); \

Completed in 26 milliseconds