Home
last modified time | relevance | path

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

/arch/h8300/include/asm/
Dcmpxchg.h64 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/m68k/include/asm/
Datomic.h162 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
179 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/arch/metag/include/asm/
Datomic_lnkget.h139 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
Datomic_lock1.h123 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/sh/include/asm/
Datomic.h45 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/mn10300/include/asm/
Datomic.h156 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
/arch/arc/include/asm/
Dcmpxchg.h225 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/tile/include/asm/
Datomic.h125 static inline int atomic_xchg(atomic_t *v, int n) in atomic_xchg() function
/arch/hexagon/include/asm/
Datomic.h60 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/arch/xtensa/include/asm/
Datomic.h275 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/arch/m32r/include/asm/
Datomic.h249 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/sparc/lib/
Datomic32.c70 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/arch/x86/include/asm/
Datomic.h196 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/arch/frv/include/asm/
Datomic.h145 #define atomic_xchg(v, new) (xchg(&(v)->counter, new)) macro
/arch/s390/include/asm/
Datomic.h86 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/arch/alpha/include/asm/
Datomic.h193 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/arch/parisc/include/asm/
Datomic.h78 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/mips/include/asm/
Datomic.h275 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/arch/ia64/include/asm/
Datomic.h234 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/powerpc/include/asm/
Datomic.h217 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/arm64/include/asm/
Datomic.h112 #define atomic_xchg(v, new) xchg(&((v)->counter), (new)) macro
/arch/arm/include/asm/
Datomic.h255 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro