Home
last modified time | relevance | path

Searched refs:atomic_fcmpset_rel_int (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/arm/include/
H A Datomic.h92 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
/f-stack/freebsd/sys/
H A Drefcount.h190 if (atomic_fcmpset_rel_int(count, &old, old - 1)) \
H A D_cscan_atomic.h174 #define atomic_fcmpset_rel_int kcsan_atomic_fcmpset_rel_int macro
/f-stack/freebsd/amd64/include/
H A Datomic.h539 #define atomic_fcmpset_rel_int atomic_fcmpset_int macro
622 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int
/f-stack/freebsd/i386/include/
H A Datomic.h794 #define atomic_fcmpset_rel_int atomic_fcmpset_int macro
877 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int
943 atomic_fcmpset_rel_int((volatile u_int *)(dst), (u_int *)(old), \
/f-stack/freebsd/arm64/include/
H A Datomic.h517 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
/f-stack/freebsd/mips/include/
H A Datomic.h665 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
/f-stack/freebsd/vm/
H A Dvm_page.c921 if (atomic_fcmpset_rel_int(&m->busy_lock, in vm_page_busy_downgrade()
994 if (!atomic_fcmpset_rel_int(&m->busy_lock, &x, VPB_UNBUSIED)) in vm_page_sunbusy()
1758 if (!atomic_fcmpset_rel_int(&m->busy_lock, &x, VPB_UNBUSIED)) in vm_page_busy_release()
3996 } while (!atomic_fcmpset_rel_int(&m->ref_count, &old, old - 1)); in vm_page_unwire_managed()