Searched refs:arch_cmpxchg_relaxed (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 259 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro 284 arch_cmpxchg_relaxed((ptr), (o), (n)) 295 arch_cmpxchg_relaxed((ptr), (o), (n)); \ 301 arch_cmpxchg_relaxed((ptr), (o), (n)); \
|
| /linux-6.15/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-6.15/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-6.15/arch/arc/include/asm/ |
| H A D | cmpxchg.h | 42 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
|
| /linux-6.15/arch/csky/include/asm/ |
| H A D | cmpxchg.h | 87 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
|
| /linux-6.15/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)); \
|
| /linux-6.15/include/linux/atomic/ |
| H A D | atomic-arch-fallback.h | 56 #elif defined(arch_cmpxchg_relaxed) 66 #elif defined(arch_cmpxchg_relaxed) 78 #elif defined(arch_cmpxchg_relaxed) 88 #if defined(arch_cmpxchg_relaxed) 89 #define raw_cmpxchg_relaxed arch_cmpxchg_relaxed
|