Searched refs:atomic_cmpxchg (Results 1 – 3 of 3) sorted by relevance
49 #define atomic_cas_32(v, x, y) atomic_cmpxchg((atomic_t *)(v), x, y)
109 atomic_cmpxchg(atomic_t *v, int oldv, int newv) in atomic_cmpxchg() function
540 } while (atomic_cmpxchg(&service->poll_flags, value, in request_poll()546 } while (atomic_cmpxchg( in request_poll()