Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Datomic.h713 #define atomic_fcmpset_rel_int atomic_fcmpset_int macro
796 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int
862 atomic_fcmpset_rel_int((volatile u_int *)(dst), (u_int *)(old), \
/freebsd/sys/amd64/include/
H A Datomic.h452 #define atomic_fcmpset_rel_int atomic_fcmpset_int macro
535 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int
/freebsd/sys/sys/
H A Drefcount.h188 if (atomic_fcmpset_rel_int(count, &old, old - 1)) \
H A Datomic_san.h209 #define atomic_fcmpset_rel_int ATOMIC_SAN(fcmpset_rel_int) macro
/freebsd/sys/powerpc/include/
H A Datomic.h907 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int
920 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_int
/freebsd/sys/riscv/include/
H A Datomic.h318 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
/freebsd/sys/arm64/include/
H A Datomic.h583 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
/freebsd/sys/arm/include/
H A Datomic.h1093 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
/freebsd/sys/vm/
H A Dvm_page.c915 if (atomic_fcmpset_rel_int(&m->busy_lock, in vm_page_busy_downgrade()
988 if (!atomic_fcmpset_rel_int(&m->busy_lock, &x, VPB_UNBUSIED)) in vm_page_sunbusy()
1710 if (!atomic_fcmpset_rel_int(&m->busy_lock, &x, VPB_UNBUSIED)) in vm_page_busy_release()
4159 } while (!atomic_fcmpset_rel_int(&m->ref_count, &old, old - 1)); in vm_page_unwire_managed()