Home
last modified time | relevance | path

Searched refs:atomic_long_cmpxchg (Results 1 – 3 of 3) sorted by relevance

/include/drm/
Dspsc_queue.h109 if (atomic_long_cmpxchg(&queue->tail, in spsc_queue_pop()
/include/asm-generic/
Dlocal.h44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
/include/linux/atomic/
Datomic-instrumented.h4348 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() function