Searched defs:oldval (Results 1 – 4 of 4) 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()
36 atomic_cmpxchg(atomic_t *addr, int oldval, int newval) in atomic_cmpxchg()
219 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
37 const char *oldval; member