Home
last modified time | relevance | path

Searched defs:atomic_xchg_relaxed (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/riscv/include/asm/
Datomic.h301 #define atomic_xchg_relaxed atomic_xchg_relaxed in ATOMIC_OPS() macro
/Linux-v5.10/arch/powerpc/include/asm/
Datomic.h192 #define atomic_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h642 atomic_xchg_relaxed(atomic_t *v, int i) in atomic_xchg_relaxed() function
647 #define atomic_xchg_relaxed atomic_xchg_relaxed macro
/Linux-v5.10/include/linux/
Datomic-fallback.h914 #define atomic_xchg_relaxed atomic_xchg macro