Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/arm/include/
HDatomic.h62 #define atomic_fcmpset_ptr atomic_fcmpset_32 macro
/freebsd-11-stable/sys/kern/
HDkern_rwlock.c581 if (!atomic_fcmpset_ptr(&rw->rw_lock, &v, in __rw_rlock_hard()
998 if (!atomic_fcmpset_ptr(&rw->rw_lock, &v, in __rw_wlock_hard()
1072 if (!atomic_fcmpset_ptr(&rw->rw_lock, &v, in __rw_wlock_hard()
1260 success = atomic_fcmpset_ptr(&rw->rw_lock, &v, setv); in __rw_try_upgrade_int()
HDkern_sx.c758 if (!atomic_fcmpset_ptr(&sx->sx_lock, &x, in _sx_xlock_hard()
1067 if (!atomic_fcmpset_ptr(&sx->sx_lock, &x, in _sx_slock_hard()
HDkern_mutex.c618 !atomic_fcmpset_ptr(&m->mtx_lock, &v, v | MTX_CONTESTED)) { in __mtx_lock_sleep()
/freebsd-11-stable/sys/powerpc/include/
HDatomic.h793 #define atomic_fcmpset_ptr atomic_fcmpset_long macro
797 #define atomic_fcmpset_ptr atomic_fcmpset_int macro
/freebsd-11-stable/sys/arm64/include/
HDatomic.h407 #define atomic_fcmpset_ptr atomic_fcmpset_64 macro
/freebsd-11-stable/sys/riscv/include/
HDatomic.h427 #define atomic_fcmpset_ptr atomic_fcmpset_64 macro
/freebsd-11-stable/sys/amd64/include/
HDatomic.h672 #define atomic_fcmpset_ptr atomic_fcmpset_long macro
/freebsd-11-stable/sys/mips/include/
HDatomic.h749 #define atomic_fcmpset_ptr atomic_fcmpset_long macro
/freebsd-11-stable/sys/i386/include/
HDatomic.h932 #define atomic_fcmpset_ptr(dst, old, new) \ macro