Searched refs:arch_xchg_relaxed (Results 1 – 11 of 11) sorted by relevance
/linux/arch/arc/include/asm/ |
A D | atomic.h | 42 #ifdef arch_xchg_relaxed 45 arch_xchg_relaxed(&((v)->counter), (n)); \
|
A D | cmpxchg.h | 98 #define arch_xchg_relaxed(ptr, val) \ macro
|
/linux/arch/arm/include/asm/ |
A D | cmpxchg.h | 117 #define arch_xchg_relaxed(ptr, x) ({ \ macro 131 #define arch_xchg arch_xchg_relaxed
|
/linux/arch/csky/include/asm/ |
A D | cmpxchg.h | 34 #define arch_xchg_relaxed(ptr, x) \ macro
|
/linux/arch/powerpc/include/asm/ |
A D | atomic.h | 196 arch_xchg_relaxed(&((v)->counter), (new)) 516 arch_xchg_relaxed(&((v)->counter), (new))
|
A D | cmpxchg.h | 195 #define arch_xchg_relaxed(ptr, x) \ macro
|
/linux/arch/arm64/include/asm/ |
A D | atomic.h | 146 arch_xchg_relaxed(&((v)->counter), (new))
|
A D | cmpxchg.h | 101 #define arch_xchg_relaxed(...) __xchg_wrapper( , __VA_ARGS__) macro
|
/linux/arch/riscv/include/asm/ |
A D | cmpxchg.h | 40 #define arch_xchg_relaxed(ptr, x) \ macro
|
/linux/include/linux/atomic/ |
A D | atomic-arch-fallback.h | 11 #ifndef arch_xchg_relaxed 14 #define arch_xchg_relaxed arch_xchg macro
|
A D | atomic-instrumented.h | 1783 arch_xchg_relaxed(__ai_ptr, __VA_ARGS__); \
|
Completed in 21 milliseconds