Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/arm/include/
HDatomic.h63 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_32 macro
/freebsd-11-stable/sys/powerpc/include/
HDatomic.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/kern/
HDkern_sx.c1187 if (atomic_fcmpset_rel_ptr(&sx->sx_lock, xp, in _sx_sunlock_try()
1206 if (atomic_fcmpset_rel_ptr(&sx->sx_lock, in _sx_sunlock_try()
1254 if (!atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, setx)) in _sx_sunlock_hard()
HDkern_rwlock.c731 if (atomic_fcmpset_rel_ptr(&rw->rw_lock, vp, in __rw_runlock_try()
750 if (atomic_fcmpset_rel_ptr(&rw->rw_lock, vp, in __rw_runlock_try()
814 if (!atomic_fcmpset_rel_ptr(&rw->rw_lock, &v, setv)) in __rw_runlock_hard()
HDkern_lock.c522 if (atomic_fcmpset_rel_ptr(&lk->lk_lock, &x, in lockmgr_sunlock_try()
535 if (atomic_fcmpset_rel_ptr(&lk->lk_lock, &x, in lockmgr_sunlock_try()
/freebsd-11-stable/sys/arm64/include/
HDatomic.h441 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
/freebsd-11-stable/sys/sys/
HDrwlock.h95 atomic_fcmpset_rel_ptr(&(rw)->rw_lock, (tid), RW_UNLOCKED)
HDsx.h176 !atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, SX_LOCK_UNLOCKED))) in __sx_xunlock()
HDmutex.h225 atomic_fcmpset_rel_ptr(&(mp)->mtx_lock, (vp), MTX_UNOWNED)
/freebsd-11-stable/sys/riscv/include/
HDatomic.h559 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
/freebsd-11-stable/sys/amd64/include/
HDatomic.h674 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
/freebsd-11-stable/sys/mips/include/
HDatomic.h751 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
/freebsd-11-stable/sys/i386/include/
HDatomic.h937 #define atomic_fcmpset_rel_ptr(dst, old, new) \ macro