Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/atomic/
Datomic-arch-fallback.h1062 #ifndef arch_atomic_try_cmpxchg_relaxed
1066 #define arch_atomic_try_cmpxchg_relaxed arch_atomic_try_cmpxchg macro
1108 #ifndef arch_atomic_try_cmpxchg_relaxed
1110 arch_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_relaxed() function
1118 #define arch_atomic_try_cmpxchg_relaxed arch_atomic_try_cmpxchg_relaxed macro
1127 bool ret = arch_atomic_try_cmpxchg_relaxed(v, old, new); in arch_atomic_try_cmpxchg_acquire()
1139 return arch_atomic_try_cmpxchg_relaxed(v, old, new); in arch_atomic_try_cmpxchg_release()
1150 ret = arch_atomic_try_cmpxchg_relaxed(v, old, new); in arch_atomic_try_cmpxchg()
Datomic-long.h949 return arch_atomic_try_cmpxchg_relaxed(v, (int *)old, new); in arch_atomic_long_try_cmpxchg_relaxed()
Datomic-instrumented.h560 return arch_atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_relaxed()