Home
last modified time | relevance | path

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

/include/linux/
Datomic-fallback.h906 #ifndef atomic_try_cmpxchg_relaxed
910 #define atomic_try_cmpxchg_relaxed atomic_try_cmpxchg macro
952 #ifndef atomic_try_cmpxchg_relaxed
954 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() function
962 #define atomic_try_cmpxchg_relaxed atomic_try_cmpxchg_relaxed macro
971 bool ret = atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_acquire()
983 return atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_release()
994 ret = atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg()
/include/asm-generic/
Datomic-instrumented.h724 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() function
730 #define atomic_try_cmpxchg_relaxed atomic_try_cmpxchg_relaxed macro
Datomic-long.h948 return atomic_try_cmpxchg_relaxed(v, (int *)old, new); in atomic_long_try_cmpxchg_relaxed()