Home
last modified time | relevance | path

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

/linux/include/linux/atomic/
H A Datomic-long.h1530 return raw_atomic64_try_cmpxchg_relaxed(v, (s64 *)old, new); in raw_atomic_long_try_cmpxchg_relaxed()
H A Datomic-instrumented.h2916 * Unsafe to use in noinstr code; use raw_atomic64_try_cmpxchg_relaxed() there.
2925 return raw_atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg_relaxed()