Home
last modified time | relevance | path

Searched refs:atomic_fcmpset_32 (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/arm/include/
H A Datomic.h67 #define atomic_fcmpset_ptr atomic_fcmpset_32
90 #define atomic_fcmpset_int atomic_fcmpset_32
H A Datomic-v6.h298 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 Datomic.h103 (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 Datomic.h398 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.h94 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.h325 #define atomic_fcmpset_32 kcsan_atomic_fcmpset_32 macro
/f-stack/freebsd/amd64/include/
H A Datomic.h620 #define atomic_fcmpset_32 atomic_fcmpset_int macro
/f-stack/freebsd/arm64/include/
H A Datomic.h497 #define atomic_fcmpset_int atomic_fcmpset_32
/f-stack/freebsd/vm/
H A Dvm_page.h829 return (atomic_fcmpset_32(&m->a._bits, &old->_bits, new._bits) != 0); in vm_page_astate_fcmpset()
H A Dvm_page.c4964 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 Datomic.h875 #define atomic_fcmpset_32 atomic_fcmpset_int macro