Searched refs:atomic_fcmpset_rel_ptr (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | atomic.h | 68 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_32 macro
|
| /f-stack/freebsd/sys/ |
| H A D | sx.h | 180 !atomic_fcmpset_rel_ptr(&sx->sx_lock, &x, SX_LOCK_UNLOCKED))) in __sx_xunlock()
|
| H A D | rwlock.h | 97 atomic_fcmpset_rel_ptr(&(rw)->rw_lock, (tid), RW_UNLOCKED)
|
| H A D | _cscan_atomic.h | 231 #define atomic_fcmpset_rel_ptr kcsan_atomic_fcmpset_rel_ptr macro
|
| H A D | mutex.h | 230 atomic_fcmpset_rel_ptr(&(mp)->mtx_lock, (vp), MTX_UNOWNED)
|
| /f-stack/freebsd/kern/ |
| H A D | kern_lock.c | 383 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 D | kern_rwlock.c | 750 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 D | kern_sx.c | 1298 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 D | kern_thread.c | 560 if (atomic_fcmpset_rel_ptr((uintptr_t *)&tdd->tdd_zombies, in thread_zombie()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 676 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 571 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_64 macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 777 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_long macro
|
| /f-stack/freebsd/i386/include/ |
| H A D | atomic.h | 942 #define atomic_fcmpset_rel_ptr(dst, old, new) \ macro
|