Searched refs:atomic_fcmpset_ptr (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Datomic.h62 #define atomic_fcmpset_ptr atomic_fcmpset_32 macro
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h793 #define atomic_fcmpset_ptr atomic_fcmpset_long macro
797 #define atomic_fcmpset_ptr atomic_fcmpset_int macro
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h407 #define atomic_fcmpset_ptr atomic_fcmpset_64 macro
/freebsd-11-stable/sys/riscv/include/
H A Datomic.h427 #define atomic_fcmpset_ptr atomic_fcmpset_64 macro
/freebsd-11-stable/sys/kern/
H A Dkern_rwlock.c581 if (!atomic_fcmpset_ptr(&rw->rw_lock, &v,
998 if (!atomic_fcmpset_ptr(&rw->rw_lock, &v,
1072 if (!atomic_fcmpset_ptr(&rw->rw_lock, &v,
1260 success = atomic_fcmpset_ptr(&rw->rw_lock, &v, setv);
H A Dkern_sx.c758 if (!atomic_fcmpset_ptr(&sx->sx_lock, &x,
1067 if (!atomic_fcmpset_ptr(&sx->sx_lock, &x,
H A Dkern_mutex.c618 !atomic_fcmpset_ptr(&m->mtx_lock, &v, v | MTX_CONTESTED)) {
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h672 #define atomic_fcmpset_ptr atomic_fcmpset_long macro
/freebsd-11-stable/sys/mips/include/
H A Datomic.h749 #define atomic_fcmpset_ptr atomic_fcmpset_long macro
/freebsd-11-stable/sys/i386/include/
H A Datomic.h932 #define atomic_fcmpset_ptr(dst, old, new) \ macro

Completed in 126 milliseconds