Home
last modified time | relevance | path

Searched refs:raw_try_cmpxchg64_relaxed (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/atomic/
H A Datomic-arch-fallback.h303 #define raw_try_cmpxchg64_relaxed arch_try_cmpxchg64_relaxed macro
305 #define raw_try_cmpxchg64_relaxed arch_try_cmpxchg64 macro
307 #define raw_try_cmpxchg64_relaxed(_ptr, _oldp, _new) \ macro
H A Datomic-instrumented.h4904 raw_try_cmpxchg64_relaxed(__ai_ptr, __ai_oldp, __VA_ARGS__); \