Home
last modified time | relevance | path

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

/linux-4.19.296/include/drm/
Dspsc_queue.h107 if (atomic_long_cmpxchg(&queue->tail, in spsc_queue_pop()
/linux-4.19.296/include/asm-generic/
Dlocal.h44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
Datomic-long.h92 #define atomic_long_cmpxchg(l, old, new) \ macro
/linux-4.19.296/fs/
Dnsfs.c95 d = atomic_long_cmpxchg(&ns->stashed, 0, (unsigned long)dentry); in __ns_get_path()