Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/vchiq/dist/interface/compat/
H A Dvchi_bsd.h74 #define atomic_cmpxchg(p, oldv, newv) atomic_cas_uint(p, oldv, newv) macro
/netbsd/sys/external/bsd/drm2/include/linux/
H A Datomic.h296 atomic_cmpxchg(atomic_t *atomic, int expect, int new) in atomic_cmpxchg() function