Searched defs:atomic_cmpxchg_relaxed (Results 1 – 6 of 6) sorted by relevance
9 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro
108 static inline int atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new) in atomic_cmpxchg_relaxed() function128 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
307 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed in ATOMIC_OPS() macro
196 #define atomic_cmpxchg_relaxed(v, o, n) \ macro
681 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed() function686 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
867 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro