Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Datomic64.h124 atomic64_xchg(atomic64_t *v, int64_t i) in atomic64_xchg() function
/freebsd/sys/dev/drm2/
H A Ddrm_atomic.h62 #define atomic64_xchg(p, v) atomic_swap_64(p, v) macro