Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_atomic.h61 #define atomic_xchg(p, v) atomic_swap_int(p, v) macro
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h140 atomic_xchg(atomic_t *v, int i) in atomic_xchg() function
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h118 atomic_xchg(atomic_t *v, int newv) in atomic_xchg() function