Home
last modified time | relevance | path

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

/linux/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/arch/arm64/include/asm/
A Dcmpxchg.h196 #define arch_cmpxchg64_relaxed arch_cmpxchg_relaxed macro
/linux/arch/powerpc/include/asm/
A Dcmpxchg.h515 #define arch_cmpxchg64_relaxed(ptr, o, n) \ macro
/linux/include/linux/atomic/
A Datomic-arch-fallback.h57 #ifndef arch_cmpxchg64_relaxed
60 #define arch_cmpxchg64_relaxed arch_cmpxchg64 macro
A Datomic-instrumented.h1839 arch_cmpxchg64_relaxed(__ai_ptr, __VA_ARGS__); \

Completed in 16 milliseconds