Searched defs:atomic_cmpxchg (Results 1 - 24 of 24) sorted by relevance

/linux-4.1.27/arch/sh/include/asm/
H A Datomic.h39 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/linux-4.1.27/arch/arc/include/asm/
H A Dcmpxchg.h81 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
/linux-4.1.27/arch/tile/include/asm/
H A Datomic.h137 static inline int atomic_cmpxchg(atomic_t *v, int o, int n) atomic_cmpxchg() function
/linux-4.1.27/arch/metag/include/asm/
H A Datomic_lnkget.h115 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
H A Datomic_lock1.h96 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
/linux-4.1.27/arch/xtensa/include/asm/
H A Datomic.h226 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
/linux-4.1.27/arch/sparc/lib/
H A Datomic32.c61 int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
74 EXPORT_SYMBOL(atomic_cmpxchg); variable
/linux-4.1.27/arch/x86/include/asm/
H A Datomic.h175 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
/linux-4.1.27/arch/mn10300/include/asm/
H A Datomic.h128 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
/linux-4.1.27/arch/avr32/include/asm/
H A Datomic.h170 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/linux-4.1.27/arch/hexagon/include/asm/
H A Datomic.h78 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
/linux-4.1.27/arch/m32r/include/asm/
H A Datomic.h215 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
/linux-4.1.27/arch/m68k/include/asm/
H A Datomic.h120 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
125 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
/linux-4.1.27/include/asm-generic/
H A Datomic.h176 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Datomic_64.h72 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/linux-4.1.27/arch/frv/include/asm/
H A Datomic.h179 #define atomic_cmpxchg(v, old, new) (cmpxchg(&(v)->counter, old, new)) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Datomic.h122 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
/linux-4.1.27/arch/mips/include/asm/
H A Datomic.h211 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/linux-4.1.27/arch/s390/include/asm/
H A Datomic.h133 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function
/linux-4.1.27/arch/parisc/include/asm/
H A Datomic.h74 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Datomic.h154 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Datomic.h92 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) atomic_cmpxchg() function
/linux-4.1.27/arch/ia64/include/asm/
H A Datomic.h118 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
/linux-4.1.27/arch/arm/include/asm/
H A Datomic.h83 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) atomic_cmpxchg() function
164 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() function

Completed in 2368 milliseconds