Home
last modified time | relevance | path

Searched refs:atomic64_xchg (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Datomic.h63 #define atomic_swap_64(v, x) atomic64_xchg((atomic64_t *)(v), x)
/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