Home
last modified time | relevance | path

Searched refs:atomic_store_rel_ptr (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/arm/include/
H A Datomic.h74 #define atomic_store_rel_ptr atomic_store_rel_32 macro
/f-stack/freebsd/sys/
H A Dsmr_types.h89 atomic_store_rel_ptr((uintptr_t *)&(p)->__ptr, (uintptr_t)_v); \
H A D_cscan_atomic.h255 #define atomic_store_rel_ptr kcsan_atomic_store_rel_ptr macro
H A Dmutex.h227 atomic_store_rel_ptr(&(mp)->mtx_lock, MTX_UNOWNED)
/f-stack/freebsd/x86/x86/
H A Dstack_machdep.c103 atomic_store_rel_ptr((void *)&stack_intr_td, (uintptr_t)td); in stack_capture_intr()
/f-stack/freebsd/amd64/include/
H A Datomic.h670 #define atomic_store_rel_ptr atomic_store_rel_long macro
/f-stack/freebsd/kern/
H A Dkern_rwlock.c1259 atomic_store_rel_ptr(&rw->rw_lock, setv); in __rw_wunlock_hard()
1408 atomic_store_rel_ptr(&rw->rw_lock, RW_READERS_LOCK(1) | v); in __rw_downgrade_int()
H A Dkern_sx.c524 atomic_store_rel_ptr(&sx->sx_lock, SX_SHARERS_LOCK(1) | in sx_downgrade_int()
965 atomic_store_rel_ptr(&sx->sx_lock, setx); in _sx_xunlock_hard()
H A Dkern_mutex.c976 atomic_store_rel_ptr((volatile void *)&td->td_lock, (uintptr_t)new); in thread_lock_unblock()
H A Dkern_lock.c1203 atomic_store_rel_ptr(&lk->lk_lock, v); in lockmgr_xunlock_hard()
H A Dsys_generic.c1881 atomic_store_rel_ptr((uintptr_t *)&sfp->sf_si, (uintptr_t)NULL); in doselwakeup()
H A Dkern_descrip.c1853 atomic_store_rel_ptr((volatile void *)&fdp->fd_files, (uintptr_t)ntable); in fdgrowtable()
2862 atomic_store_rel_ptr((volatile uintptr_t *)&fp->f_ops, (uintptr_t)ops); in finit()
H A Dsched_ule.c2036 atomic_store_rel_ptr((volatile uintptr_t *)&td->td_lock, in thread_unblock_switch()
/f-stack/freebsd/arm64/include/
H A Datomic.h576 #define atomic_store_rel_ptr atomic_store_rel_64 macro
/f-stack/freebsd/mips/include/
H A Datomic.h779 #define atomic_store_rel_ptr atomic_store_rel_long macro
/f-stack/freebsd/i386/include/
H A Datomic.h927 #define atomic_store_rel_ptr(p, v) \ macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c1252 atomic_store_rel_ptr((uintptr_t *)&zp->z_cached_symlink, (uintptr_t)NULL); in zfs_znode_free()
H A Dzfs_vnops_os.c4993 atomic_store_rel_ptr((uintptr_t *)&zp->z_cached_symlink, in zfs_freebsd_symlink()