Searched refs:atomic_fcmpset_rel_64 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/riscv/include/
H A Datomic.h472 atomic_fcmpset_rel_64(volatile uint64_t *p, uint64_t *cmpval, uint64_t newval) function
551 #define atomic_fcmpset_rel_long atomic_fcmpset_rel_64
559 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h433 #define atomic_fcmpset_rel_long atomic_fcmpset_rel_64
441 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64
/freebsd-11-stable/sys/mips/include/
H A Datomic.h538 atomic_fcmpset_rel_64(__volatile uint64_t *p, uint64_t *cmpval, uint64_t newval) function
671 #define atomic_fcmpset_rel_long atomic_fcmpset_rel_64
/freebsd-11-stable/sys/arm/include/
H A Datomic-v4.h440 #define atomic_fcmpset_rel_64 atomic_fcmpset_64 macro
H A Datomic-v6.h286 atomic_fcmpset_rel_64(volatile uint64_t *p, uint64_t *cmpval, uint64_t newval) function
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.c311 } while (atomic_fcmpset_rel_64(&r->state, &os.state, ns.state) == 0);
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h647 #define atomic_fcmpset_rel_64 atomic_fcmpset_rel_long macro
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h791 #define atomic_fcmpset_rel_64 atomic_fcmpset_rel_long macro
/freebsd-11-stable/sys/i386/include/
H A Datomic.h887 #define atomic_fcmpset_rel_64 atomic_fcmpset_64 macro

Completed in 144 milliseconds