Home
last modified time | relevance | path

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

/include/linux/
Datomic-fallback.h864 #ifndef atomic_cmpxchg_relaxed
867 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro
874 int ret = atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg_acquire()
886 return atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg_release()
897 ret = atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg()
957 r = atomic_cmpxchg_relaxed(v, o, new); in atomic_try_cmpxchg_relaxed()
/include/asm-generic/
Datomic-instrumented.h681 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed() function
686 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
Datomic-long.h924 return atomic_cmpxchg_relaxed(v, old, new); in atomic_long_cmpxchg_relaxed()