Searched refs:raw_atomic_try_cmpxchg_acquire (Results 1 – 2 of 2) sorted by relevance
1484 return raw_atomic_try_cmpxchg_acquire(v, (int *)old, new); in raw_atomic_long_try_cmpxchg_acquire()
1293 * Unsafe to use in noinstr code; use raw_atomic_try_cmpxchg_acquire() there.1302 return raw_atomic_try_cmpxchg_acquire(v, old, new); in atomic_try_cmpxchg_acquire()