Searched refs:atomic_fcmpset_rel_int (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | atomic.h | 92 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
|
| /f-stack/freebsd/sys/ |
| H A D | refcount.h | 190 if (atomic_fcmpset_rel_int(count, &old, old - 1)) \
|
| H A D | _cscan_atomic.h | 174 #define atomic_fcmpset_rel_int kcsan_atomic_fcmpset_rel_int macro
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 539 #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 D | atomic.h | 794 #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 D | atomic.h | 517 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 665 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
|
| /f-stack/freebsd/vm/ |
| H A D | vm_page.c | 921 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()
|