Searched refs:atomic_fcmpset_rel_int (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/i386/include/ |
H A D | atomic.h | 713 #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 D | atomic.h | 452 #define atomic_fcmpset_rel_int atomic_fcmpset_int macro 535 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int
|
/freebsd/sys/sys/ |
H A D | refcount.h | 187 if (atomic_fcmpset_rel_int(count, &old, old - 1)) \
|
H A D | atomic_san.h | 209 #define atomic_fcmpset_rel_int ATOMIC_SAN(fcmpset_rel_int) macro
|
/freebsd/sys/powerpc/include/ |
H A D | atomic.h | 907 #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 D | atomic.h | 346 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
|
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 584 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 1096 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
|
/freebsd/sys/vm/ |
H A D | vm_page.c | 973 if (atomic_fcmpset_rel_int(&m->busy_lock, in vm_page_busy_downgrade() 1046 if (!atomic_fcmpset_rel_int(&m->busy_lock, &x, VPB_UNBUSIED)) in vm_page_sunbusy() 1918 if (!atomic_fcmpset_rel_int(&m->busy_lock, &x, VPB_UNBUSIED)) in vm_page_busy_release() 4409 } while (!atomic_fcmpset_rel_int(&m->ref_count, &old, old - 1)); in vm_page_unwire_managed()
|