Searched refs:atomic_set_ptr (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/powerpc/include/ |
H A D | atomic.h | 338 #define atomic_set_ptr atomic_set_long macro 342 #define atomic_set_ptr atomic_set_int
|
/freebsd/sys/amd64/include/ |
H A D | atomic.h | 569 #define atomic_set_ptr atomic_set_long macro
|
/freebsd/sys/riscv/include/ |
H A D | atomic.h | 557 #define atomic_set_ptr atomic_set_64 macro
|
/freebsd/sys/kern/ |
H A D | kern_mutex.c | 471 atomic_set_ptr(&m->mtx_lock, MTX_RECURSED); in _mtx_trylock_flags_int() 572 atomic_set_ptr(&m->mtx_lock, MTX_RECURSED); in __mtx_lock_sleep()
|
H A D | kern_sx.c | 373 atomic_set_ptr(&sx->sx_lock, SX_LOCK_RECURSED); in sx_try_xlock_int() 624 atomic_set_ptr(&sx->sx_lock, SX_LOCK_RECURSED); in _sx_xlock_hard()
|
H A D | kern_rwlock.c | 343 atomic_set_ptr(&rw->rw_lock, RW_LOCK_WRITER_RECURSED); in __rw_try_wlock_int() 973 atomic_set_ptr(&rw->rw_lock, RW_LOCK_WRITER_RECURSED); in __rw_wlock_hard()
|
H A D | kern_rangelock.c | 371 atomic_set_ptr((uintptr_t *)&e->rl_q_next, 1); in rl_e_mark()
|
H A D | kern_lock.c | 816 atomic_set_ptr(&lk->lk_lock, LK_WRITER_RECURSED); in lockmgr_xlock_hard()
|
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 609 #define atomic_set_ptr atomic_set_64 macro
|
/freebsd/sys/i386/include/ |
H A D | atomic.h | 811 #define atomic_set_ptr(p, v) \ macro
|
/freebsd/sys/sys/ |
H A D | atomic_san.h | 274 #define atomic_set_ptr ATOMIC_SAN(set_ptr) macro
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 1065 #define atomic_set_ptr atomic_set_32 macro
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 1005 atomic_set_ptr((uintptr_t *)&invl_gen->next, in pmap_delayed_invl_finish_u()
|