Home
last modified time | relevance | path

Searched defs:arch_cmpxchg_relaxed (Results 1 – 7 of 7) sorted by relevance

/linux/arch/csky/include/asm/
A Dcmpxchg.h64 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/linux/arch/arc/include/asm/
A Dcmpxchg.h41 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
/linux/arch/arm/include/asm/
A Dcmpxchg.h210 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
/linux/arch/arm64/include/asm/
A Dcmpxchg.h189 #define arch_cmpxchg_relaxed(...) __cmpxchg_wrapper( , __VA_ARGS__) macro
/linux/arch/riscv/include/asm/
A Dcmpxchg.h202 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/linux/arch/powerpc/include/asm/
A Dcmpxchg.h487 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/linux/include/linux/atomic/
A Datomic-arch-fallback.h37 #define arch_cmpxchg_relaxed arch_cmpxchg macro

Completed in 16 milliseconds