Searched refs:raw_atomic64_cmpxchg (Results 1 – 3 of 3) sorted by relevance
1364 return raw_atomic64_cmpxchg(v, old, new); in raw_atomic_long_cmpxchg()
4113 raw_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in raw_atomic64_cmpxchg() function4233 r = raw_atomic64_cmpxchg(v, o, new); in raw_atomic64_try_cmpxchg()
2759 return raw_atomic64_cmpxchg(v, old, new); in atomic64_cmpxchg()