Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/include/asm/
Datomic.h35 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/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-v5.4/arch/h8300/include/asm/
Dcmpxchg.h64 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/arch/hexagon/include/asm/
Datomic.h46 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/Linux-v5.4/arch/xtensa/include/asm/
Datomic.h259 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/include/asm-generic/
Datomic.h195 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
Datomic-instrumented.h611 atomic_xchg(atomic_t *v, int i) in atomic_xchg() function
616 #define atomic_xchg atomic_xchg macro
/Linux-v5.4/arch/arc/include/asm/
Dcmpxchg.h222 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/arch/sparc/lib/
Datomic32.c70 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
/Linux-v5.4/arch/s390/include/asm/
Datomic.h78 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/Linux-v5.4/arch/parisc/include/asm/
Datomic.h78 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/arch/alpha/include/asm/
Datomic.h206 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/Linux-v5.4/arch/mips/include/asm/
Datomic.h231 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/Linux-v5.4/arch/riscv/include/asm/
Datomic.h306 #define atomic_xchg atomic_xchg in ATOMIC_OPS() macro
/Linux-v5.4/arch/ia64/include/asm/
Datomic.h212 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/arch/arm/include/asm/
Datomic.h245 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/arch/powerpc/include/asm/
Datomic.h201 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
/Linux-v5.4/include/linux/
Datomic-fallback.h851 atomic_xchg(atomic_t *v, int i) in atomic_xchg() function
859 #define atomic_xchg atomic_xchg macro