Home
last modified time | relevance | path

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

/linux/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/arch/csky/include/asm/
A Dcmpxchg.h64 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
71 __ret = arch_cmpxchg_relaxed(ptr, o, n); \
/linux/arch/riscv/include/asm/
A Dcmpxchg.h202 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
360 arch_cmpxchg_relaxed((ptr), (o), (n)) \
372 arch_cmpxchg_relaxed((ptr), (o), (n)); \
/linux/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/arch/powerpc/include/asm/
A Datomic.h189 arch_cmpxchg_relaxed(&((v)->counter), (o), (n))
509 arch_cmpxchg_relaxed(&((v)->counter), (o), (n))
A Dcmpxchg.h487 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
518 arch_cmpxchg_relaxed((ptr), (o), (n)); \
/linux/arch/arm/include/asm/
A Dcmpxchg.h210 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
/linux/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.h1811 arch_cmpxchg_relaxed(__ai_ptr, __VA_ARGS__); \

Completed in 21 milliseconds