Searched refs:atomic_fcmpset_rel_ptr (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/sys/arm/include/
H A Datomic.h72 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_32 macro
/freebsd-12-stable/sys/powerpc/include/
H A Datomic.h785 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
789 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_int macro
/freebsd-12-stable/sys/riscv/include/
H A Datomic.h565 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
/freebsd-12-stable/sys/sys/
H A Drwlock.h97 atomic_fcmpset_rel_ptr(&(rw)->rw_lock, (tid), RW_UNLOCKED)
H A Dsx.h180 !atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, SX_LOCK_UNLOCKED)))
H A Dmutex.h229 atomic_fcmpset_rel_ptr(&(mp)->mtx_lock, (vp), MTX_UNOWNED)
/freebsd-12-stable/sys/arm64/include/
H A Datomic.h489 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
/freebsd-12-stable/sys/amd64/include/
H A Datomic.h676 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
/freebsd-12-stable/sys/mips/include/
H A Datomic.h757 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
/freebsd-12-stable/sys/kern/
H A Dkern_lock.c384 if (!atomic_fcmpset_rel_ptr(&lk->lk_lock, &x, v)) {
538 if (atomic_fcmpset_rel_ptr(&lk->lk_lock, xp,
H A Dkern_rwlock.c743 if (atomic_fcmpset_rel_ptr(&rw->rw_lock, vp,
808 if (!atomic_fcmpset_rel_ptr(&rw->rw_lock, &v, setv))
H A Dkern_sx.c1306 if (atomic_fcmpset_rel_ptr(&sx->sx_lock, xp,
1355 if (!atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, setx))
/freebsd-12-stable/sys/i386/include/
H A Datomic.h941 #define atomic_fcmpset_rel_ptr(dst, old, new) \ macro

Completed in 217 milliseconds