Home
last modified time | relevance | path

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

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