Home
last modified time | relevance | path

Searched refs:atomic_clear_ptr (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/arm/include/
H A Datomic.h58 #define atomic_clear_ptr atomic_clear_32 macro
/freebsd-12.1/sys/powerpc/include/
H A Datomic.h240 #define atomic_clear_ptr atomic_clear_long macro
244 #define atomic_clear_ptr atomic_clear_int
/freebsd-12.1/sys/arm64/include/
H A Datomic.h456 #define atomic_clear_ptr atomic_clear_64 macro
/freebsd-12.1/sys/riscv/include/
H A Datomic.h428 #define atomic_clear_ptr atomic_clear_64 macro
/freebsd-12.1/sys/amd64/include/
H A Datomic.h660 #define atomic_clear_ptr atomic_clear_long macro
/freebsd-12.1/sys/mips/include/
H A Datomic.h739 #define atomic_clear_ptr atomic_clear_long macro
/freebsd-12.1/sys/i386/include/
H A Datomic.h904 #define atomic_clear_ptr(p, v) \ macro
/freebsd-12.1/sys/kern/
H A Dkern_mutex.c1006 atomic_clear_ptr(&m->mtx_lock, MTX_RECURSED); in __mtx_unlock_sleep()
H A Dkern_sx.c930 atomic_clear_ptr(&sx->sx_lock, SX_LOCK_RECURSED); in _sx_xunlock_hard()
H A Dkern_rwlock.c1211 atomic_clear_ptr(&rw->rw_lock, RW_LOCK_WRITER_RECURSED); in __rw_wunlock_hard()
/freebsd-12.1/sys/amd64/amd64/
H A Dpmap.c878 atomic_clear_ptr((uintptr_t *)&invl_gen->next, in pmap_delayed_invl_finish_u()