Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/include/asm/
Datomic.h121 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
138 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/linux-4.1.27/arch/arc/include/asm/
Dcmpxchg.h159 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/sh/include/asm/
Datomic.h38 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/metag/include/asm/
Datomic_lnkget.h140 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
Datomic_lock1.h112 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/hexagon/include/asm/
Datomic.h58 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/linux-4.1.27/arch/tile/include/asm/
Datomic.h123 static inline int atomic_xchg(atomic_t *v, int n) in atomic_xchg() function
/linux-4.1.27/arch/mn10300/include/asm/
Datomic.h127 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
/linux-4.1.27/arch/xtensa/include/asm/
Datomic.h227 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/linux-4.1.27/arch/sparc/lib/
Datomic32.c48 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/linux-4.1.27/arch/x86/include/asm/
Datomic.h180 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/linux-4.1.27/arch/m32r/include/asm/
Datomic.h216 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/include/asm-generic/
Datomic.h175 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
/linux-4.1.27/arch/avr32/include/asm/
Datomic.h169 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/sparc/include/asm/
Datomic_64.h73 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/linux-4.1.27/arch/alpha/include/asm/
Datomic.h123 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/linux-4.1.27/arch/frv/include/asm/
Datomic.h180 #define atomic_xchg(v, new) (xchg(&(v)->counter, new)) macro
/linux-4.1.27/arch/arm64/include/asm/
Datomic.h114 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/ia64/include/asm/
Datomic.h119 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/parisc/include/asm/
Datomic.h75 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/powerpc/include/asm/
Datomic.h155 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/mips/include/asm/
Datomic.h212 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/linux-4.1.27/arch/arm/include/asm/
Datomic.h201 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/s390/include/asm/
Datomic.h131 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro