Searched refs:atomic_fcmpset_short (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/amd64/include/
H A Datomic.h123 int atomic_fcmpset_short(volatile u_short *dst, u_short *expect,
525 #define atomic_fcmpset_acq_short atomic_fcmpset_short
526 #define atomic_fcmpset_rel_short atomic_fcmpset_short
598 #define atomic_fcmpset_16 atomic_fcmpset_short
/freebsd-13-stable/sys/powerpc/include/
H A Datomic.h791 atomic_fcmpset_short(volatile u_short *p, u_short *cmpval, u_short newval) function
906 #define atomic_fcmpset_16 atomic_fcmpset_short
1030 #define atomic_fcmpset_short atomic_fcmpset_16 macro
/freebsd-13-stable/sys/i386/include/
H A Datomic.h116 int atomic_fcmpset_short(volatile u_short *dst, u_short *expect,
780 #define atomic_fcmpset_acq_short atomic_fcmpset_short
781 #define atomic_fcmpset_rel_short atomic_fcmpset_short
853 #define atomic_fcmpset_16 atomic_fcmpset_short
/freebsd-13-stable/sys/riscv/include/
H A Datomic.h123 #define atomic_fcmpset_short atomic_fcmpset_16 macro
/freebsd-13-stable/sys/sys/
H A Datomic_san.h144 #define atomic_fcmpset_short kcsan_atomic_fcmpset_short macro
/freebsd-13-stable/sys/mips/include/
H A Datomic.h643 #define atomic_fcmpset_short atomic_fcmpset_16 macro

Completed in 114 milliseconds