Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/include/linux/
H A Datomic.h235 #define atomic_long_cmpxchg(p, o, n) atomic_cmpxchg(p, o, n) macro
242 #define atomic_long_cmpxchg(p, o, n) atomic_cmpxchg(p, o, n) macro