Home
last modified time | relevance | path

Searched defs:atomic64_try_cmpxchg (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/asm-generic/
Datomic-instrumented.h78 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro
79 static __always_inline bool atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function
/linux-4.19.296/include/linux/
Datomic.h1140 #define atomic64_try_cmpxchg(_p, _po, _n) __atomic64_try_cmpxchg(, _p, _po, _n) macro