Searched refs:arch_atomic_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
/include/linux/atomic/ |
D | atomic-arch-fallback.h | 950 #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()
|
D | atomic-long.h | 925 return arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_long_cmpxchg_relaxed()
|
D | atomic-instrumented.h | 497 return arch_atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg_relaxed()
|