Searched refs:raw_atomic64_try_cmpxchg_relaxed (Results 1 – 2 of 2) sorted by relevance
1530 return raw_atomic64_try_cmpxchg_relaxed(v, (s64 *)old, new); in raw_atomic_long_try_cmpxchg_relaxed()
2916 * 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()