Searched refs:__atomic64_cmpxchg (Results 1 – 2 of 2) sorted by relevance
133 static inline long __atomic64_cmpxchg(long *ptr, long old, long new) in __atomic64_cmpxchg() function
135 return __atomic64_cmpxchg((long *)&v->counter, old, new); in atomic64_cmpxchg()