Searched defs:atomic_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
83 static inline int atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new) in atomic_cmpxchg_relaxed() function103 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
84 #define atomic_cmpxchg_relaxed(v, old, new) \ macro
182 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro