Searched refs:raw_atomic_try_cmpxchg (Results 1 – 2 of 2) sorted by relevance
1460 return raw_atomic_try_cmpxchg(v, (int *)old, new); in raw_atomic_long_try_cmpxchg()
1270 * Unsafe to use in noinstr code; use raw_atomic_try_cmpxchg() there.1280 return raw_atomic_try_cmpxchg(v, old, new); in atomic_try_cmpxchg()