Home
last modified time | relevance | path

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

/arch/sh/include/asm/
Datomic.h33 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/h8300/include/asm/
Dcmpxchg.h64 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/m68k/include/asm/
Datomic.h164 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
181 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/arch/hexagon/include/asm/
Datomic.h44 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/arch/xtensa/include/asm/
Datomic.h261 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/arc/include/asm/
Dcmpxchg.h156 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/s390/include/asm/
Datomic.h80 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/arch/sparc/lib/
Datomic32.c70 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/arch/parisc/include/asm/
Datomic.h78 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/alpha/include/asm/
Datomic.h205 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/arch/ia64/include/asm/
Datomic.h211 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/riscv/include/asm/
Datomic.h304 #define atomic_xchg atomic_xchg in ATOMIC_OPS() macro
/arch/arm/include/asm/
Datomic.h243 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/arch/powerpc/include/asm/
Datomic.h191 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro