Searched refs:arch_xchg_relaxed (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/arch/arm/include/asm/ |
A D | cmpxchg.h | 117 #define arch_xchg_relaxed(ptr, x) ({ \ macro 131 #define arch_xchg arch_xchg_relaxed
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | cmpxchg.h | 53 #define arch_xchg_relaxed(ptr, x) \ macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | atomic.h | 131 arch_xchg_relaxed(&((v)->counter), (new)) 422 arch_xchg_relaxed(&((v)->counter), (new))
|
A D | cmpxchg.h | 261 #define arch_xchg_relaxed(ptr, x) \ macro
|
/linux-6.3-rc2/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-6.3-rc2/arch/riscv/include/asm/ |
A D | cmpxchg.h | 40 #define arch_xchg_relaxed(ptr, x) \ macro
|
/linux-6.3-rc2/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 | 1908 arch_xchg_relaxed(__ai_ptr, __VA_ARGS__); \
|
Completed in 21 milliseconds