Searched refs:atomic_fcmpset_32 (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | atomic.h | 67 #define atomic_fcmpset_ptr atomic_fcmpset_32 90 #define atomic_fcmpset_int atomic_fcmpset_32
|
| H A D | atomic-v6.h | 298 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_32() function
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | atomic.h | 103 (void) atomic_fcmpset_32(target, &cmp, newval); in atomic_cas_32() 108 if (atomic_fcmpset_32(target, &cmp, newval)) in atomic_cas_32()
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 398 atomic_fcmpset_32(__volatile uint32_t *p, uint32_t *cmpval, uint32_t newval) in atomic_fcmpset_32() function 663 #define atomic_fcmpset_int atomic_fcmpset_32 740 atomic_fcmpset_32((volatile u_int *)(p), (u_int *)(cmpval), \ 801 while (!atomic_fcmpset_32(ptr, &retval, value)) in atomic_swap_32() 841 while (!atomic_fcmpset_32((volatile uint32_t *)ptr, in atomic_swap_long()
|
| /f-stack/freebsd/sys/ |
| H A D | _atomic_subword.h | 94 ret = atomic_fcmpset_32(addr, &old, (old & ~mask) | val); in _atomic_cmpset_masked_word() 115 return (atomic_fcmpset_32(addr, old, (*old & ~mask) | val)); in _atomic_fcmpset_masked_word()
|
| H A D | _cscan_atomic.h | 325 #define atomic_fcmpset_32 kcsan_atomic_fcmpset_32 macro
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 620 #define atomic_fcmpset_32 atomic_fcmpset_int macro
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 497 #define atomic_fcmpset_int atomic_fcmpset_32
|
| /f-stack/freebsd/vm/ |
| H A D | vm_page.h | 829 return (atomic_fcmpset_32(&m->a._bits, &old->_bits, new._bits) != 0); in vm_page_astate_fcmpset()
|
| H A D | vm_page.c | 4964 while (atomic_fcmpset_32(bits, &old, newbits) == 0); in vm_page_bits_swap() 5002 } while (atomic_fcmpset_32((uint32_t *)addr, &old, new) == 0); in vm_page_bits_swap()
|
| /f-stack/freebsd/i386/include/ |
| H A D | atomic.h | 875 #define atomic_fcmpset_32 atomic_fcmpset_int macro
|