Home
last modified time | relevance | path

Searched refs:atomic_fcmpset_rel_64 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A D_atomic64e.h56 #define atomic_fcmpset_rel_64 atomic_fcmpset_64 macro
H A D_cscan_atomic.h355 #define atomic_fcmpset_rel_64 kcsan_atomic_fcmpset_rel_64 macro
/f-stack/freebsd/arm64/include/
H A Datomic.h563 #define atomic_fcmpset_rel_long atomic_fcmpset_rel_64
571 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64
/f-stack/freebsd/amd64/include/
H A Datomic.h649 #define atomic_fcmpset_rel_64 atomic_fcmpset_rel_long macro
/f-stack/freebsd/net/
H A Dmp_ring.c460 } while (atomic_fcmpset_rel_64(&r->state, &os.state, ns.state) == 0); in ifmp_ring_enqueue()
/f-stack/freebsd/arm/include/
H A Datomic-v6.h375 atomic_fcmpset_rel_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) in atomic_fcmpset_rel_64() function
/f-stack/freebsd/mips/include/
H A Datomic.h697 #define atomic_fcmpset_rel_long atomic_fcmpset_rel_64
/f-stack/freebsd/i386/include/
H A Datomic.h889 #define atomic_fcmpset_rel_64 atomic_fcmpset_64 macro