Searched refs:arch_atomic_xchg (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Datomic_32.h39 int arch_atomic_xchg(atomic_t *, int);
40 #define arch_atomic_xchg arch_atomic_xchg macro
/linux-master/arch/x86/include/asm/
H A Datomic.h119 static __always_inline int arch_atomic_xchg(atomic_t *v, int new) function
123 #define arch_atomic_xchg arch_atomic_xchg macro
/linux-master/arch/m68k/include/asm/
H A Datomic.h186 static inline int arch_atomic_xchg(atomic_t *v, int new) function
197 #define arch_atomic_xchg arch_atomic_xchg macro
/linux-master/arch/sparc/lib/
H A Datomic32.c70 int arch_atomic_xchg(atomic_t *v, int new) function
81 EXPORT_SYMBOL(arch_atomic_xchg); variable
/linux-master/arch/s390/include/asm/
H A Datomic.h75 #define arch_atomic_xchg(v, new) (arch_xchg(&((v)->counter), new)) macro
/linux-master/include/linux/atomic/
H A Datomic-arch-fallback.h1912 #if defined(arch_atomic_xchg)
1913 return arch_atomic_xchg(v, new);
1945 #elif defined(arch_atomic_xchg)
1946 return arch_atomic_xchg(v, new);
1971 #elif defined(arch_atomic_xchg)
1972 return arch_atomic_xchg(v, new);
1994 #elif defined(arch_atomic_xchg)
1995 return arch_atomic_xchg(v, new);

Completed in 223 milliseconds