Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/atomic/
Datomic-long.h1436 return raw_atomic_cmpxchg_relaxed(v, old, new); in raw_atomic_long_cmpxchg_relaxed()
Datomic-arch-fallback.h2101 raw_atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in raw_atomic_cmpxchg_relaxed() function
2236 r = raw_atomic_cmpxchg_relaxed(v, o, new); in raw_atomic_try_cmpxchg_relaxed()
Datomic-instrumented.h1257 return raw_atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg_relaxed()