Searched refs:arch_cmpxchg64_relaxed (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/arch/arm/include/asm/ |
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-v6.1/arch/arm64/include/asm/ |
D | cmpxchg.h | 196 #define arch_cmpxchg64_relaxed arch_cmpxchg_relaxed macro
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | cmpxchg.h | 515 #define arch_cmpxchg64_relaxed(ptr, o, n) \ macro
|
/Linux-v6.1/include/linux/atomic/ |
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)); \
|
D | atomic-instrumented.h | 1968 arch_cmpxchg64_relaxed(__ai_ptr, __VA_ARGS__); \
|