Home
last modified time | relevance | path

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

/include/linux/
Datomic-arch-fallback.h908 #ifndef arch_atomic_try_cmpxchg_relaxed
912 #define arch_atomic_try_cmpxchg_relaxed arch_atomic_try_cmpxchg macro
954 #ifndef arch_atomic_try_cmpxchg_relaxed
956 arch_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_relaxed() function
964 #define arch_atomic_try_cmpxchg_relaxed arch_atomic_try_cmpxchg_relaxed macro
973 bool ret = arch_atomic_try_cmpxchg_relaxed(v, old, new); in arch_atomic_try_cmpxchg_acquire()
985 return arch_atomic_try_cmpxchg_relaxed(v, old, new); in arch_atomic_try_cmpxchg_release()
996 ret = arch_atomic_try_cmpxchg_relaxed(v, old, new); in arch_atomic_try_cmpxchg()
Datomic-fallback.h1003 #define arch_atomic_try_cmpxchg_relaxed atomic_try_cmpxchg_relaxed macro
/include/asm-generic/
Datomic-instrumented.h723 #if defined(arch_atomic_try_cmpxchg_relaxed)
729 return arch_atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_relaxed()