Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Datomic.h68 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_32 macro
/f-stack/freebsd/sys/
H A Dsx.h180 !atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, SX_LOCK_UNLOCKED))) in __sx_xunlock()
H A Drwlock.h97 atomic_fcmpset_rel_ptr(&(rw)->rw_lock, (tid), RW_UNLOCKED)
H A D_cscan_atomic.h231 #define atomic_fcmpset_rel_ptr kcsan_atomic_fcmpset_rel_ptr macro
H A Dmutex.h230 atomic_fcmpset_rel_ptr(&(mp)->mtx_lock, (vp), MTX_UNOWNED)
/f-stack/freebsd/kern/
H A Dkern_lock.c383 if (!atomic_fcmpset_rel_ptr(&lk->lk_lock, &x, v)) { in wakeupshlk()
538 if (atomic_fcmpset_rel_ptr(&lk->lk_lock, xp, in lockmgr_sunlock_try()
994 if (atomic_fcmpset_rel_ptr(&lk->lk_lock, &v, in lockmgr_upgrade()
H A Dkern_rwlock.c750 if (atomic_fcmpset_rel_ptr(&rw->rw_lock, vp, in __rw_runlock_try()
815 if (!atomic_fcmpset_rel_ptr(&rw->rw_lock, &v, setv)) in __rw_runlock_hard()
H A Dkern_sx.c1298 if (atomic_fcmpset_rel_ptr(&sx->sx_lock, xp, in _sx_sunlock_try()
1347 if (!atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, setx)) in _sx_sunlock_hard()
H A Dkern_thread.c560 if (atomic_fcmpset_rel_ptr((uintptr_t *)&tdd->tdd_zombies, in thread_zombie()
/f-stack/freebsd/amd64/include/
H A Datomic.h676 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
/f-stack/freebsd/arm64/include/
H A Datomic.h571 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
/f-stack/freebsd/mips/include/
H A Datomic.h777 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
/f-stack/freebsd/i386/include/
H A Datomic.h942 #define atomic_fcmpset_rel_ptr(dst, old, new) \ macro