Home
last modified time | relevance | path

Searched refs:arch_cmpxchg64_relaxed (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/arch/arm/include/asm/
A Dcmpxchg.h269 #define arch_cmpxchg64_relaxed(ptr, o, n) ({ \ macro
275 #define arch_cmpxchg64_local(ptr, o, n) arch_cmpxchg64_relaxed((ptr), (o), (n))
/linux-6.3-rc2/arch/arm64/include/asm/
A Dcmpxchg.h196 #define arch_cmpxchg64_relaxed arch_cmpxchg_relaxed macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dcmpxchg.h744 #define arch_cmpxchg64_relaxed(ptr, o, n) \ macro
/linux-6.3-rc2/include/linux/atomic/
A Datomic-arch-fallback.h57 #ifndef arch_cmpxchg64_relaxed
60 #define arch_cmpxchg64_relaxed arch_cmpxchg64 macro
194 ___r = arch_cmpxchg64_relaxed((_ptr), ___o, (_new)); \
A Datomic-instrumented.h1968 arch_cmpxchg64_relaxed(__ai_ptr, __VA_ARGS__); \

Completed in 15 milliseconds