Home
last modified time | relevance | path

Searched defs:atomic_cmpxchg (Results 1 – 22 of 22) sorted by relevance

/arch/m68k/include/asm/
Datomic.h106 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
139 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
/arch/sh/include/asm/
Datomic.h38 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/arch/sparc/lib/
Datomic32.c43 int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
/arch/hexagon/include/asm/
Datomic.h64 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
/arch/mn10300/include/asm/
Datomic.h168 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
/arch/xtensa/include/asm/
Datomic.h224 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
/arch/avr32/include/asm/
Datomic.h169 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/arch/h8300/include/asm/
Datomic.h92 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
/arch/m32r/include/asm/
Datomic.h239 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
/arch/cris/include/asm/
Datomic.h126 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
/arch/arm/include/asm/
Datomic.h115 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg() function
186 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
/arch/x86/include/asm/
Datomic.h209 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
/arch/tile/include/asm/
Datomic_64.h35 static inline int atomic_cmpxchg(atomic_t *v, int o, int n) in atomic_cmpxchg() function
Datomic_32.h53 static inline int atomic_cmpxchg(atomic_t *v, int o, int n) in atomic_cmpxchg() function
/arch/sparc/include/asm/
Datomic_64.h70 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/arch/frv/include/asm/
Datomic.h184 #define atomic_cmpxchg(v, old, new) (cmpxchg(&(v)->counter, old, new)) macro
/arch/alpha/include/asm/
Datomic.h175 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
/arch/ia64/include/asm/
Datomic.h85 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
/arch/parisc/include/asm/
Datomic.h90 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/arch/powerpc/include/asm/
Datomic.h176 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/arch/mips/include/asm/
Datomic.h302 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/arch/s390/include/asm/
Datomic.h86 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function