Home
last modified time | relevance | path

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

/linux/include/linux/atomic/
H A Datomic-long.h1390 return raw_atomic_cmpxchg_acquire(v, old, new); in raw_atomic_long_cmpxchg_acquire()
H A Datomic-instrumented.h1208 * Unsafe to use in noinstr code; use raw_atomic_cmpxchg_acquire() there.
1216 return raw_atomic_cmpxchg_acquire(v, old, new); in atomic_cmpxchg_acquire()