Searched defs:atomic64_cmpxchg (Results 1 – 3 of 3) sorted by relevance
152 long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg() function
61 static __always_inline s64 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
1123 #define atomic64_cmpxchg(...) \ macro