Searched refs:atomic_store_rel_ptr (Results 1 – 18 of 18) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | atomic.h | 74 #define atomic_store_rel_ptr atomic_store_rel_32 macro
|
| /f-stack/freebsd/sys/ |
| H A D | smr_types.h | 89 atomic_store_rel_ptr((uintptr_t *)&(p)->__ptr, (uintptr_t)_v); \
|
| H A D | _cscan_atomic.h | 255 #define atomic_store_rel_ptr kcsan_atomic_store_rel_ptr macro
|
| H A D | mutex.h | 227 atomic_store_rel_ptr(&(mp)->mtx_lock, MTX_UNOWNED)
|
| /f-stack/freebsd/x86/x86/ |
| H A D | stack_machdep.c | 103 atomic_store_rel_ptr((void *)&stack_intr_td, (uintptr_t)td); in stack_capture_intr()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 670 #define atomic_store_rel_ptr atomic_store_rel_long macro
|
| /f-stack/freebsd/kern/ |
| H A D | kern_rwlock.c | 1259 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 D | kern_sx.c | 524 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 D | kern_mutex.c | 976 atomic_store_rel_ptr((volatile void *)&td->td_lock, (uintptr_t)new); in thread_lock_unblock()
|
| H A D | kern_lock.c | 1203 atomic_store_rel_ptr(&lk->lk_lock, v); in lockmgr_xunlock_hard()
|
| H A D | sys_generic.c | 1881 atomic_store_rel_ptr((uintptr_t *)&sfp->sf_si, (uintptr_t)NULL); in doselwakeup()
|
| H A D | kern_descrip.c | 1853 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 D | sched_ule.c | 2036 atomic_store_rel_ptr((volatile uintptr_t *)&td->td_lock, in thread_unblock_switch()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 576 #define atomic_store_rel_ptr atomic_store_rel_64 macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 779 #define atomic_store_rel_ptr atomic_store_rel_long macro
|
| /f-stack/freebsd/i386/include/ |
| H A D | atomic.h | 927 #define atomic_store_rel_ptr(p, v) \ macro
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_znode.c | 1252 atomic_store_rel_ptr((uintptr_t *)&zp->z_cached_symlink, (uintptr_t)NULL); in zfs_znode_free()
|
| H A D | zfs_vnops_os.c | 4993 atomic_store_rel_ptr((uintptr_t *)&zp->z_cached_symlink, in zfs_freebsd_symlink()
|