Searched refs:arch_cmpxchg_relaxed (Results 1 – 11 of 11) sorted by relevance
/linux/arch/arc/include/asm/ |
A D | atomic.h | 30 #ifdef arch_cmpxchg_relaxed 33 arch_cmpxchg_relaxed(&((v)->counter), (o), (n)); \
|
A D | cmpxchg.h | 41 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
|
/linux/arch/csky/include/asm/ |
A D | cmpxchg.h | 64 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro 71 __ret = arch_cmpxchg_relaxed(ptr, o, n); \
|
/linux/arch/riscv/include/asm/ |
A D | cmpxchg.h | 202 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro 360 arch_cmpxchg_relaxed((ptr), (o), (n)) \ 372 arch_cmpxchg_relaxed((ptr), (o), (n)); \
|
/linux/arch/arm64/include/asm/ |
A D | cmpxchg.h | 189 #define arch_cmpxchg_relaxed(...) __cmpxchg_wrapper( , __VA_ARGS__) macro 193 #define arch_cmpxchg_local arch_cmpxchg_relaxed 196 #define arch_cmpxchg64_relaxed arch_cmpxchg_relaxed
|
A D | atomic.h | 155 arch_cmpxchg_relaxed(&((v)->counter), (old), (new))
|
/linux/arch/powerpc/include/asm/ |
A D | atomic.h | 189 arch_cmpxchg_relaxed(&((v)->counter), (o), (n)) 509 arch_cmpxchg_relaxed(&((v)->counter), (o), (n))
|
A D | cmpxchg.h | 487 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro 518 arch_cmpxchg_relaxed((ptr), (o), (n)); \
|
/linux/arch/arm/include/asm/ |
A D | cmpxchg.h | 210 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
|
/linux/include/linux/atomic/ |
A D | atomic-arch-fallback.h | 34 #ifndef arch_cmpxchg_relaxed 37 #define arch_cmpxchg_relaxed arch_cmpxchg macro 124 ___r = arch_cmpxchg_relaxed((_ptr), ___o, (_new)); \
|
A D | atomic-instrumented.h | 1811 arch_cmpxchg_relaxed(__ai_ptr, __VA_ARGS__); \
|
Completed in 21 milliseconds