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

/freebsd-11-stable/sys/arm/include/
H A Datomic.h59 #define atomic_set_ptr atomic_set_32 macro
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h339 #define atomic_set_ptr atomic_set_long macro
343 #define atomic_set_ptr atomic_set_int
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h412 #define atomic_set_ptr atomic_set_64 macro
/freebsd-11-stable/sys/riscv/include/
H A Datomic.h430 #define atomic_set_ptr atomic_set_64 macro
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h655 #define atomic_set_ptr atomic_set_long macro
/freebsd-11-stable/sys/kern/
H A Dkern_mutex.c422 atomic_set_ptr(&m->mtx_lock, MTX_RECURSED);
529 atomic_set_ptr(&m->mtx_lock, MTX_RECURSED);
H A Dkern_sx.c368 atomic_set_ptr(&sx->sx_lock, SX_LOCK_RECURSED);
609 atomic_set_ptr(&sx->sx_lock, SX_LOCK_RECURSED);
H A Dkern_rwlock.c322 atomic_set_ptr(&rw->rw_lock, RW_LOCK_WRITER_RECURSED);
942 atomic_set_ptr(&rw->rw_lock, RW_LOCK_WRITER_RECURSED);
/freebsd-11-stable/sys/mips/include/
H A Datomic.h734 #define atomic_set_ptr atomic_set_long macro
/freebsd-11-stable/sys/i386/include/
H A Datomic.h896 #define atomic_set_ptr(p, v) \ macro

Completed in 272 milliseconds