Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/atomic/
Datomic-arch-fallback.h978 #ifndef arch_atomic_try_cmpxchg_relaxed
982 #define arch_atomic_try_cmpxchg_relaxed arch_atomic_try_cmpxchg macro
1024 #ifndef arch_atomic_try_cmpxchg_relaxed
1026 arch_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_relaxed() function
1034 #define arch_atomic_try_cmpxchg_relaxed arch_atomic_try_cmpxchg_relaxed macro
1043 bool ret = arch_atomic_try_cmpxchg_relaxed(v, old, new); in arch_atomic_try_cmpxchg_acquire()
1055 return arch_atomic_try_cmpxchg_relaxed(v, old, new); in arch_atomic_try_cmpxchg_release()
1066 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.h529 return arch_atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_relaxed()