Searched refs:arch_atomic_xchg_release (Results 1 – 5 of 5) sorted by relevance
149 #define arch_atomic_xchg_release(v, new) \ macro214 #define arch_atomic64_xchg_release arch_atomic_xchg_release
303 #define arch_atomic_xchg_release arch_atomic_xchg_release in ATOMIC_OPS() macro
896 #define arch_atomic_xchg_release arch_atomic_xchg macro911 #ifndef arch_atomic_xchg_release913 arch_atomic_xchg_release(atomic_t *v, int i) in arch_atomic_xchg_release() function918 #define arch_atomic_xchg_release arch_atomic_xchg_release macro
895 return arch_atomic_xchg_release(v, i); in arch_atomic_long_xchg_release()
462 return arch_atomic_xchg_release(v, i); in atomic_xchg_release()
Completed in 16 milliseconds