Searched defs:oldval (Results 1 – 3 of 3) sorted by relevance
64 #define cmpxchg(ptr, oldval, newval) \ argument67 static inline int atomic_cmpxchg(atomic_t *v, int oldval, int newval) in atomic_cmpxchg()
40 atomic_cmpxchg(atomic_t *addr, int oldval, int newval) in atomic_cmpxchg()
223 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()