Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/atomic/
Datomic-long.h1532 return raw_atomic_try_cmpxchg_relaxed(v, (int *)old, new); in raw_atomic_long_try_cmpxchg_relaxed()
Datomic-instrumented.h1347 return raw_atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_relaxed()
Datomic-arch-fallback.h2228 raw_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in raw_atomic_try_cmpxchg_relaxed() function