Home
last modified time | relevance | path

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

/arch/h8300/include/asm/
Dcmpxchg.h63 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/m68k/include/asm/
Datomic.h125 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
142 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/arch/metag/include/asm/
Datomic_lnkget.h110 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
Datomic_lock1.h95 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/arc/include/asm/
Dcmpxchg.h159 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/sh/include/asm/
Datomic.h38 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/mn10300/include/asm/
Datomic.h131 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
/arch/hexagon/include/asm/
Datomic.h58 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/arch/xtensa/include/asm/
Datomic.h231 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/arch/tile/include/asm/
Datomic.h123 static inline int atomic_xchg(atomic_t *v, int n) in atomic_xchg() function
/arch/m32r/include/asm/
Datomic.h220 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/x86/include/asm/
Datomic.h179 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/arch/sparc/lib/
Datomic32.c64 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/arch/avr32/include/asm/
Datomic.h181 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/alpha/include/asm/
Datomic.h135 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/arch/frv/include/asm/
Datomic.h165 #define atomic_xchg(v, new) (xchg(&(v)->counter, new)) macro
/arch/parisc/include/asm/
Datomic.h75 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/powerpc/include/asm/
Datomic.h159 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/ia64/include/asm/
Datomic.h135 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/mips/include/asm/
Datomic.h216 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/arch/arm64/include/asm/
Datomic.h82 #define atomic_xchg(v, new) xchg(&((v)->counter), (new)) macro
/arch/arm/include/asm/
Datomic.h206 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/s390/include/asm/
Datomic.h134 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OP() macro