Home
last modified time | relevance | path

Searched refs:arch_atomic_xchg_release (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/include/asm/
A Datomic.h149 #define arch_atomic_xchg_release(v, new) \ macro
214 #define arch_atomic64_xchg_release arch_atomic_xchg_release
/linux/arch/riscv/include/asm/
A Datomic.h303 #define arch_atomic_xchg_release arch_atomic_xchg_release in ATOMIC_OPS() macro
/linux/include/linux/atomic/
A Datomic-arch-fallback.h896 #define arch_atomic_xchg_release arch_atomic_xchg macro
911 #ifndef arch_atomic_xchg_release
913 arch_atomic_xchg_release(atomic_t *v, int i) in arch_atomic_xchg_release() function
918 #define arch_atomic_xchg_release arch_atomic_xchg_release macro
A Datomic-long.h895 return arch_atomic_xchg_release(v, i); in arch_atomic_long_xchg_release()
A Datomic-instrumented.h462 return arch_atomic_xchg_release(v, i); in atomic_xchg_release()

Completed in 16 milliseconds