Home
last modified time | relevance | path

Searched refs:arch_atomic_cmpxchg (Results 1 – 6 of 6) sorted by relevance

/linux/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/arch/x86/include/asm/
H A Datomic.h99 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function
103 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
/linux/arch/s390/include/asm/
H A Datomic.h77 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in ATOMIC_OPS()
81 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
/linux/arch/m68k/include/asm/
H A Datomic.h172 static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function
184 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
/linux/arch/sparc/lib/
H A Datomic32.c83 int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function
96 EXPORT_SYMBOL(arch_atomic_cmpxchg);
/linux/arch/arm/include/asm/
H A Datomic.h210 static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function
223 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro