Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Datomic.h301 #define atomic_xchg_relaxed atomic_xchg_relaxed in ATOMIC_OPS() macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Datomic.h192 #define atomic_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A 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
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-fallback.h914 #define atomic_xchg_relaxed atomic_xchg macro