Searched refs:arch_cmpxchg64_relaxed (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | cmpxchg.h | 269 #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 D | cmpxchg.h | 196 #define arch_cmpxchg64_relaxed arch_cmpxchg_relaxed macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | cmpxchg.h | 744 #define arch_cmpxchg64_relaxed(ptr, o, n) \ macro
|
/linux-6.3-rc2/include/linux/atomic/ |
A D | atomic-arch-fallback.h | 57 #ifndef arch_cmpxchg64_relaxed 60 #define arch_cmpxchg64_relaxed arch_cmpxchg64 macro 194 ___r = arch_cmpxchg64_relaxed((_ptr), ___o, (_new)); \
|
A D | atomic-instrumented.h | 1968 arch_cmpxchg64_relaxed(__ai_ptr, __VA_ARGS__); \
|
Completed in 15 milliseconds