Home
last modified time | relevance | path

Searched refs:atomic_xchg_release (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Datomic.h160 #define atomic_xchg_release atomic_xchg macro
169 #ifndef atomic_xchg_release
170 #define atomic_xchg_release(...) \ macro
/linux-4.4.14/include/asm-generic/
Dmutex-xchg.h70 if (unlikely(atomic_xchg_release(count, 1) != 0)) in __mutex_fastpath_unlock()
/linux-4.4.14/arch/arm64/include/asm/
Datomic.h81 #define atomic_xchg_release(v, new) xchg_release(&((v)->counter), (new)) macro
130 #define atomic64_xchg_release atomic_xchg_release