Searched refs:arch_cmpxchg_relaxed (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 264 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro 289 arch_cmpxchg_relaxed((ptr), (o), (n)) 300 arch_cmpxchg_relaxed((ptr), (o), (n)); \ 306 arch_cmpxchg_relaxed((ptr), (o), (n)); \
|
| /linux/arch/arm64/include/asm/ |
| H A D | cmpxchg.h | 185 #define arch_cmpxchg_relaxed(...) __cmpxchg_wrapper( , __VA_ARGS__) macro 189 #define arch_cmpxchg_local arch_cmpxchg_relaxed 192 #define arch_cmpxchg64_relaxed arch_cmpxchg_relaxed
|
| /linux/arch/arm/include/asm/ |
| H A D | sync_bitops.h | 43 __ret = arch_cmpxchg_relaxed((ptr), (old), (new)); \
|
| H A D | cmpxchg.h | 216 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
|
| /linux/arch/arc/include/asm/ |
| H A D | cmpxchg.h | 42 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
|
| /linux/arch/csky/include/asm/ |
| H A D | cmpxchg.h | 87 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | cmpxchg.h | 716 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro 747 arch_cmpxchg_relaxed((ptr), (o), (n)); \
|