Searched refs:arch_atomic_cmpxchg (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Datomic_32.h36 int arch_atomic_cmpxchg(atomic_t *, int, int);
37 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
/linux-master/arch/x86/include/asm/
H A Datomic.h107 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) function
111 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
/linux-master/arch/m68k/include/asm/
H A Datomic.h172 static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) function
184 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
/linux-master/arch/s390/include/asm/
H A Datomic.h77 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) function
81 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
/linux-master/arch/sparc/lib/
H A Datomic32.c83 int arch_atomic_cmpxchg(atomic_t *v, int old, int new) function
96 EXPORT_SYMBOL(arch_atomic_cmpxchg); variable
/linux-master/arch/arm/include/asm/
H A Datomic.h210 static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) function
223 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
/linux-master/include/linux/atomic/
H A Datomic-arch-fallback.h2017 #if defined(arch_atomic_cmpxchg)
2018 return arch_atomic_cmpxchg(v, old, new);
2052 #elif defined(arch_atomic_cmpxchg)
2053 return arch_atomic_cmpxchg(v, old, new);
2080 #elif defined(arch_atomic_cmpxchg)
2081 return arch_atomic_cmpxchg(v, old, new);
2105 #elif defined(arch_atomic_cmpxchg)
2106 return arch_atomic_cmpxchg(v, old, new);

Completed in 158 milliseconds