Searched refs:arch_atomic_try_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/include/linux/atomic/ |
D | atomic-arch-fallback.h | 978 #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()
|
D | atomic-long.h | 949 return arch_atomic_try_cmpxchg_relaxed(v, (int *)old, new); in arch_atomic_long_try_cmpxchg_relaxed()
|
D | atomic-instrumented.h | 529 return arch_atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_relaxed()
|