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