Searched defs:arch_cmpxchg_relaxed (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/arch/arc/include/asm/ |
D | cmpxchg.h | 41 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
|
/Linux-v6.1/arch/csky/include/asm/ |
D | cmpxchg.h | 83 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
|
/Linux-v6.1/arch/arm/include/asm/ |
D | cmpxchg.h | 210 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | cmpxchg.h | 189 #define arch_cmpxchg_relaxed(...) __cmpxchg_wrapper( , __VA_ARGS__) macro
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | cmpxchg.h | 202 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | cmpxchg.h | 487 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
|
/Linux-v6.1/include/linux/atomic/ |
D | atomic-arch-fallback.h | 37 #define arch_cmpxchg_relaxed arch_cmpxchg macro
|