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

/freebsd-11-stable/sys/arm/include/
H A Datomic.h63 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_32 macro
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h795 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
799 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_int macro
/freebsd-11-stable/sys/sys/
H A Dsx.h176 !atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, SX_LOCK_UNLOCKED)))
H A Drwlock.h95 atomic_fcmpset_rel_ptr(&(rw)->rw_lock, (tid), RW_UNLOCKED)
H A Dmutex.h225 atomic_fcmpset_rel_ptr(&(mp)->mtx_lock, (vp), MTX_UNOWNED)
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h441 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
/freebsd-11-stable/sys/riscv/include/
H A Datomic.h559 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
/freebsd-11-stable/sys/kern/
H A Dkern_sx.c1187 if (atomic_fcmpset_rel_ptr(&sx->sx_lock, xp,
1206 if (atomic_fcmpset_rel_ptr(&sx->sx_lock,
1254 if (!atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, setx))
H A Dkern_rwlock.c731 if (atomic_fcmpset_rel_ptr(&rw->rw_lock, vp,
750 if (atomic_fcmpset_rel_ptr(&rw->rw_lock, vp,
814 if (!atomic_fcmpset_rel_ptr(&rw->rw_lock, &v, setv))
H A Dkern_lock.c522 if (atomic_fcmpset_rel_ptr(&lk->lk_lock, &x,
535 if (atomic_fcmpset_rel_ptr(&lk->lk_lock, &x,
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h674 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
/freebsd-11-stable/sys/mips/include/
H A Datomic.h751 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
/freebsd-11-stable/sys/i386/include/
H A Datomic.h937 #define atomic_fcmpset_rel_ptr(dst, old, new) \ macro

Completed in 258 milliseconds