Searched defs:atomic_cmpxchg_relaxed (Results 1 – 6 of 6) sorted by relevance
9 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro
106 static inline int atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new) in atomic_cmpxchg_relaxed() function126 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
305 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed in ATOMIC_OPS() macro
186 #define atomic_cmpxchg_relaxed(v, o, n) \ macro
682 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed() function687 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
961 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro