Searched refs:atomic_fcmpset_rel_64 (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/sys/ |
H A D | _atomic64e.h | 54 #define atomic_fcmpset_rel_64 atomic_fcmpset_64 macro
|
H A D | atomic_san.h | 384 #define atomic_fcmpset_rel_64 ATOMIC_SAN(fcmpset_rel_64) macro
|
/freebsd/sys/x86/x86/ |
H A D | pvclock.c | 147 } 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 D | atomic.h | 644 #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 D | atomic.h | 633 #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 D | atomic.h | 561 #define atomic_fcmpset_rel_64 atomic_fcmpset_rel_long macro
|
/freebsd/sys/net/ |
H A D | mp_ring.c | 457 } while (atomic_fcmpset_rel_64(&r->state, &os.state, ns.state) == 0); in ifmp_ring_enqueue()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_mp_ring.c | 455 } while (atomic_fcmpset_rel_64(&r->state, &os.state, ns.state) == 0); in mp_ring_enqueue()
|
/freebsd/sys/i386/include/ |
H A D | atomic.h | 799 #define atomic_fcmpset_rel_64 atomic_fcmpset_64 macro
|
/freebsd/sys/powerpc/include/ |
H A D | atomic.h | 912 #define atomic_fcmpset_rel_64 atomic_fcmpset_rel_long macro
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 367 atomic_fcmpset_rel_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) in atomic_fcmpset_rel_64() function
|