Symbol: atomic_fcmpset_int
lib/libthread_xu/thread/thr_umtx.c
71
if (atomic_fcmpset_int(mtx, &v, id))
lib/libthread_xu/thread/thr_umtx.c
85
if (atomic_fcmpset_int(mtx, &v, v|0x40000000) ||
libexec/rtld-elf/rtld_lock.c
115
if (atomic_fcmpset_int(&lock->lock, &v, v + RC_INCR)) {
libexec/rtld-elf/rtld_lock.c
125
if (atomic_fcmpset_int(&lock->lock, &v, v | SLFLAG)) {
libexec/rtld-elf/rtld_lock.c
150
if (atomic_fcmpset_int(&lock->lock, &v, WAFLAG))
libexec/rtld-elf/rtld_lock.c
153
if (atomic_fcmpset_int(&lock->lock, &v, v | SLFLAG)) {
sys/cpu/x86_64/include/atomic.h
820
#define atomic_fcmpset_32 atomic_fcmpset_int
sys/dev/drm/include/linux/atomic.h
227
if (likely(atomic_fcmpset_int(&v->counter, &old, retval)))
sys/kern/kern_proc.c
292
if (atomic_fcmpset_int(&p->p_lock, &o,
sys/kern/kern_refcount.c
74
if (atomic_fcmpset_int(countp, &n, n | REFCNTF_WAITING))
sys/kern/kern_spinlock.c
243
if (atomic_fcmpset_int(&spin->lock, &ovalue, nvalue))
sys/kern/kern_spinlock.c
330
if (atomic_fcmpset_int(&spin->lock, &ovalue,
sys/kern/kern_spinlock.c
344
if (atomic_fcmpset_int(&spin->lock, &ovalue,
sys/kern/vfs_lock.c
362
if (atomic_fcmpset_int(&vp->v_refcnt,
sys/kern/vfs_lock.c
382
if (atomic_fcmpset_int(&vp->v_refcnt,
sys/kern/vfs_lock.c
389
if (atomic_fcmpset_int(&vp->v_refcnt, &count, 0)) {
sys/kern/vfs_lock.c
419
if (atomic_fcmpset_int(&vp->v_refcnt,
sys/platform/pc64/x86_64/pmap.c
3531
if (atomic_fcmpset_int(&pv->pv_hold, &count,
sys/platform/pc64/x86_64/pmap.c
3540
if (atomic_fcmpset_int(&pv->pv_hold, &count, count + 1))
sys/platform/pc64/x86_64/pmap.c
436
if (atomic_fcmpset_int(&m->flags, &flags, nflags))
sys/platform/pc64/x86_64/pmap.c
5197
if (atomic_fcmpset_int(&m->flags, &flags, flags | nflags))
sys/sys/signal2.h
120
if (atomic_fcmpset_int(&lpmap->blockallsigs, &bas,
sys/sys/signal2.h
222
if (atomic_fcmpset_int(&p->p_sigirefs, &refs,
sys/vm/vm_object.c
569
if (atomic_fcmpset_int(&object->ref_count, &count, 0)) {
sys/vm/vm_object.c
574
if (atomic_fcmpset_int(&object->ref_count,
sys/vm/vm_object.c
653
if (atomic_fcmpset_int(&object->ref_count,
sys/vm/vm_object.c
664
if (atomic_fcmpset_int(&object->ref_count,
sys/vm/vm_page.c
1352
if (atomic_fcmpset_int(&m->busy_count, &busy_count,