Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/include/asm/
Datomic.h35 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v4.19/arch/m68k/include/asm/
Datomic.h166 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
183 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/Linux-v4.19/arch/h8300/include/asm/
Dcmpxchg.h64 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v4.19/arch/xtensa/include/asm/
Datomic.h201 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v4.19/arch/hexagon/include/asm/
Datomic.h60 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/Linux-v4.19/include/asm-generic/
Datomic.h199 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
Datomic-instrumented.h43 static __always_inline int atomic_xchg(atomic_t *v, int i) in atomic_xchg() function
/Linux-v4.19/arch/arc/include/asm/
Dcmpxchg.h219 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v4.19/arch/sparc/lib/
Datomic32.c70 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/Linux-v4.19/arch/s390/include/asm/
Datomic.h78 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/Linux-v4.19/arch/parisc/include/asm/
Datomic.h78 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v4.19/arch/alpha/include/asm/
Datomic.h206 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/Linux-v4.19/arch/mips/include/asm/
Datomic.h222 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/Linux-v4.19/arch/arm64/include/asm/
Datomic.h91 #define atomic_xchg(v, new) xchg(&((v)->counter), (new)) macro
/Linux-v4.19/arch/ia64/include/asm/
Datomic.h212 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v4.19/arch/arm/include/asm/
Datomic.h248 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v4.19/arch/powerpc/include/asm/
Datomic.h201 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v4.19/include/linux/
Datomic.h442 #define atomic_xchg(...) \ macro