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