Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A D_atomic64e.h54 #define atomic_fcmpset_rel_64 atomic_fcmpset_64 macro
H A Datomic_san.h384 #define atomic_fcmpset_rel_64 ATOMIC_SAN(fcmpset_rel_64) macro
/freebsd/sys/x86/x86/
H A Dpvclock.c147 } while (!atomic_fcmpset_rel_64(&pvclock_last_systime, &last, in pvclock_getsystime()
173 } while (!atomic_fcmpset_rel_64(&pvclock_last_systime, &last, in pvclock_get_timecount()
/freebsd/sys/riscv/include/
H A Datomic.h644 #define atomic_fcmpset_rel_long atomic_fcmpset_rel_64
652 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64
/freebsd/sys/arm64/include/
H A Datomic.h633 #define atomic_fcmpset_rel_long atomic_fcmpset_rel_64
641 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64
/freebsd/sys/amd64/include/
H A Datomic.h561 #define atomic_fcmpset_rel_64 atomic_fcmpset_rel_long macro
/freebsd/sys/net/
H A Dmp_ring.c457 } while (atomic_fcmpset_rel_64(&r->state, &os.state, ns.state) == 0); in ifmp_ring_enqueue()
/freebsd/sys/dev/cxgbe/
H A Dt4_mp_ring.c455 } while (atomic_fcmpset_rel_64(&r->state, &os.state, ns.state) == 0); in mp_ring_enqueue()
/freebsd/sys/i386/include/
H A Datomic.h799 #define atomic_fcmpset_rel_64 atomic_fcmpset_64 macro
/freebsd/sys/powerpc/include/
H A Datomic.h912 #define atomic_fcmpset_rel_64 atomic_fcmpset_rel_long macro
/freebsd/sys/arm/include/
H A Datomic.h367 atomic_fcmpset_rel_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) in atomic_fcmpset_rel_64() function