Home
last modified time | relevance | path

Searched refs:raw_atomic_cmpxchg_release (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/atomic/
Datomic-long.h1410 return raw_atomic_cmpxchg_release(v, old, new); in raw_atomic_long_cmpxchg_release()
Datomic-arch-fallback.h2057 raw_atomic_cmpxchg_release(atomic_t *v, int old, int new) in raw_atomic_cmpxchg_release() function
2186 r = raw_atomic_cmpxchg_release(v, o, new); in raw_atomic_try_cmpxchg_release()
Datomic-instrumented.h1234 return raw_atomic_cmpxchg_release(v, old, new); in atomic_cmpxchg_release()