Searched defs:atomic64_try_cmpxchg (Results 1 – 2 of 2) sorted by relevance
78 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro79 static __always_inline bool atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function
1140 #define atomic64_try_cmpxchg(_p, _po, _n) __atomic64_try_cmpxchg(, _p, _po, _n) macro