Searched refs:atomic64_try_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | atomic-fallback.h | 2016 #ifndef atomic64_try_cmpxchg_relaxed 2020 #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg macro 2062 #ifndef atomic64_try_cmpxchg_relaxed 2064 atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_relaxed() function 2072 #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg_relaxed macro 2081 bool ret = atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg_acquire() 2093 return atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg_release() 2104 ret = atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg()
|
/include/asm-generic/ |
D | atomic-instrumented.h | 1534 atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_relaxed() function 1540 #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg_relaxed macro
|
D | atomic-long.h | 454 return atomic64_try_cmpxchg_relaxed(v, (s64 *)old, new); in atomic_long_try_cmpxchg_relaxed()
|