Searched refs:atomic_cmpset_rel_long (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/amd64/include/
H A Datomic.h550 #define atomic_cmpset_rel_long atomic_cmpset_long macro
646 #define atomic_cmpset_rel_64 atomic_cmpset_rel_long
673 #define atomic_cmpset_rel_ptr atomic_cmpset_rel_long
/freebsd-13-stable/sys/mips/include/
H A Datomic.h694 #define atomic_cmpset_rel_long atomic_cmpset_rel_64 macro
736 #define atomic_cmpset_rel_long(p, cmpval, newval) \ macro
774 #define atomic_cmpset_rel_ptr atomic_cmpset_rel_long
/freebsd-13-stable/sys/powerpc/include/
H A Datomic.h747 #define atomic_cmpset_rel_64 atomic_cmpset_rel_long
751 #define atomic_cmpset_rel_ptr atomic_cmpset_rel_long
/freebsd-13-stable/sys/riscv/include/
H A Datomic.h543 #define atomic_cmpset_rel_long atomic_cmpset_rel_64 macro
/freebsd-13-stable/sys/sys/
H A Datomic_san.h199 #define atomic_cmpset_rel_long kcsan_atomic_cmpset_rel_long macro
/freebsd-13-stable/sys/arm/include/
H A Datomic-v6.h532 atomic_cmpset_rel_long(volatile u_long *_ptr, u_long _old, u_long _new) function
/freebsd-13-stable/sys/arm64/include/
H A Datomic.h565 #define atomic_cmpset_rel_long atomic_cmpset_rel_64 macro
/freebsd-13-stable/sys/i386/include/
H A Datomic.h805 #define atomic_cmpset_rel_long atomic_cmpset_long macro

Completed in 199 milliseconds