Searched refs:atomic_fcmpset_rel_int (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Datomic.h87 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h761 atomic_fcmpset_rel_int(volatile u_int *p, u_int *cmpval, u_int newval) function
786 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int
799 #define atomic_fcmpset_rel_ptr atomic_fcmpset_rel_int
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h538 #define atomic_fcmpset_rel_int atomic_fcmpset_int macro
620 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h389 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
/freebsd-11-stable/sys/riscv/include/
H A Datomic.h267 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro
/freebsd-11-stable/sys/i386/include/
H A Datomic.h794 #define atomic_fcmpset_rel_int atomic_fcmpset_int macro
876 #define atomic_fcmpset_rel_32 atomic_fcmpset_rel_int
938 atomic_fcmpset_rel_int((volatile u_int *)(dst), (u_int *)(old), \
/freebsd-11-stable/sys/mips/include/
H A Datomic.h639 #define atomic_fcmpset_rel_int atomic_fcmpset_rel_32 macro

Completed in 185 milliseconds