Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/arm/include/
HDatomic.h66 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_32 macro
/freebsd-13-stable/sys/powerpc/include/
HDatomic.h920 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
924 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_int macro
/freebsd-13-stable/sys/sys/
HDsx.h178 !atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, SX_LOCK_UNLOCKED))) in __sx_xunlock()
HDrwlock.h95 atomic_fcmpset_rel_ptr(&(rw)->rw_lock, (tid), RW_UNLOCKED)
HDmutex.h229 atomic_fcmpset_rel_ptr(&(mp)->mtx_lock, (vp), MTX_UNOWNED)
HDatomic_san.h266 #define atomic_fcmpset_rel_ptr ATOMIC_SAN(fcmpset_rel_ptr) macro
/freebsd-13-stable/sys/riscv/include/
HDatomic.h577 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
/freebsd-13-stable/sys/kern/
HDkern_lock.c381 if (!atomic_fcmpset_rel_ptr(&lk->lk_lock, &x, v)) { in wakeupshlk()
536 if (atomic_fcmpset_rel_ptr(&lk->lk_lock, xp, in lockmgr_sunlock_try()
995 if (atomic_fcmpset_rel_ptr(&lk->lk_lock, &v, in lockmgr_upgrade()
HDkern_sx.c1296 if (atomic_fcmpset_rel_ptr(&sx->sx_lock, xp, in _sx_sunlock_try()
1345 if (!atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, setx)) in _sx_sunlock_hard()
HDkern_rwlock.c748 if (atomic_fcmpset_rel_ptr(&rw->rw_lock, vp, in __rw_runlock_try()
813 if (!atomic_fcmpset_rel_ptr(&rw->rw_lock, &v, setv)) in __rw_runlock_hard()
HDkern_thread.c565 if (atomic_fcmpset_rel_ptr((uintptr_t *)&tdd->tdd_zombies, in thread_zombie()
/freebsd-13-stable/sys/amd64/include/
HDatomic.h630 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
/freebsd-13-stable/sys/mips/include/
HDatomic.h776 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
/freebsd-13-stable/sys/arm64/include/
HDatomic.h631 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
/freebsd-13-stable/sys/i386/include/
HDatomic.h903 #define atomic_fcmpset_rel_ptr(dst, old, new) \ macro