Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/atomic/
Datomic-long.h1432 return raw_atomic_cmpxchg_relaxed(v, old, new); in raw_atomic_long_cmpxchg_relaxed()
Datomic-arch-fallback.h2084 raw_atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in raw_atomic_cmpxchg_relaxed() function
2215 r = raw_atomic_cmpxchg_relaxed(v, o, new); in raw_atomic_try_cmpxchg_relaxed()
Datomic-instrumented.h1253 return raw_atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg_relaxed()