Searched refs:atomic_long_cmpxchg (Results 1 – 3 of 3) sorted by relevance
109 if (atomic_long_cmpxchg(&queue->tail, in spsc_queue_pop()
44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
4348 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() function