Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/include/asm/
Datomic.h303 #define atomic_xchg_relaxed atomic_xchg_relaxed in ATOMIC_OPS() macro
/Linux-v5.4/arch/powerpc/include/asm/
Datomic.h202 #define atomic_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h641 atomic_xchg_relaxed(atomic_t *v, int i) in atomic_xchg_relaxed() function
646 #define atomic_xchg_relaxed atomic_xchg_relaxed macro
/Linux-v5.4/include/linux/
Datomic-fallback.h825 #define atomic_xchg_relaxed atomic_xchg macro