Home
last modified time | relevance | path

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

/include/linux/atomic/
Datomic-arch-fallback.h908 #ifndef arch_atomic_xchg_relaxed
911 #define arch_atomic_xchg_relaxed arch_atomic_xchg macro
918 int ret = arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg_acquire()
930 return arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg_release()
941 ret = arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg()
Datomic-long.h901 return arch_atomic_xchg_relaxed(v, i); in arch_atomic_long_xchg_relaxed()
Datomic-instrumented.h469 return arch_atomic_xchg_relaxed(v, i); in atomic_xchg_relaxed()