Searched refs:atomic_fcmpset_rel_ptr (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_rangelock.c | 134 if (atomic_fcmpset_rel_ptr(&lock->head, &v, in rangelock_cheat_lock() 163 if (atomic_fcmpset_rel_ptr(&lock->head, &v, in rangelock_cheat_lock() 210 if (atomic_fcmpset_rel_ptr(&lock->head, in rangelock_cheat_unlock() 215 if (atomic_fcmpset_rel_ptr(&lock->head, in rangelock_cheat_unlock() 227 if (atomic_fcmpset_rel_ptr(&lock->head, &v, in rangelock_cheat_unlock()
|
H A D | kern_lock.c | 381 if (!atomic_fcmpset_rel_ptr(&lk->lk_lock, &x, v)) { in wakeupshlk() 534 if (atomic_fcmpset_rel_ptr(&lk->lk_lock, xp, in lockmgr_sunlock_try() 993 if (atomic_fcmpset_rel_ptr(&lk->lk_lock, &v, in lockmgr_upgrade()
|
H A D | kern_rwlock.c | 765 if (atomic_fcmpset_rel_ptr(&rw->rw_lock, vp, in __rw_runlock_try() 830 if (!atomic_fcmpset_rel_ptr(&rw->rw_lock, &v, setv)) in __rw_runlock_hard()
|
H A D | kern_sx.c | 1304 if (atomic_fcmpset_rel_ptr(&sx->sx_lock, xp, in _sx_sunlock_try() 1352 if (!atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, setx)) in _sx_sunlock_hard()
|
H A D | kern_thread.c | 606 if (atomic_fcmpset_rel_ptr((uintptr_t *)&tdd->tdd_zombies, in thread_zombie()
|
/freebsd/sys/powerpc/include/ |
H A D | atomic.h | 916 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro 920 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_int macro
|
/freebsd/sys/sys/ |
H A D | rwlock.h | 95 atomic_fcmpset_rel_ptr(&(rw)->rw_lock, (tid), RW_UNLOCKED)
|
H A D | sx.h | 178 !atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, SX_LOCK_UNLOCKED))) in __sx_xunlock()
|
H A D | mutex.h | 229 atomic_fcmpset_rel_ptr(&(mp)->mtx_lock, (vp), MTX_UNOWNED)
|
H A D | atomic_san.h | 266 #define atomic_fcmpset_rel_ptr ATOMIC_SAN(fcmpset_rel_ptr) macro
|
/freebsd/sys/amd64/include/ |
H A D | atomic.h | 588 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
|
/freebsd/sys/riscv/include/ |
H A D | atomic.h | 652 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
|
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 641 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
|
/freebsd/sys/i386/include/ |
H A D | atomic.h | 852 #define atomic_fcmpset_rel_ptr(dst, old, new) \ macro
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 1070 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_32 macro
|
/freebsd/sys/x86/x86/ |
H A D | cpu_machdep.c | 925 while (atomic_fcmpset_rel_ptr( in nmi_register_handler()
|