Home
last modified time | relevance | path

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

/include/linux/atomic/
Datomic-arch-fallback.h950 #ifndef arch_atomic_cmpxchg_relaxed
953 #define arch_atomic_cmpxchg_relaxed arch_atomic_cmpxchg macro
960 int ret = arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_cmpxchg_acquire()
972 return arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_cmpxchg_release()
983 ret = arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_cmpxchg()
1043 r = arch_atomic_cmpxchg_relaxed(v, o, new); in arch_atomic_try_cmpxchg_relaxed()
Datomic-long.h925 return arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_long_cmpxchg_relaxed()
Datomic-instrumented.h497 return arch_atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg_relaxed()