Home
last modified time | relevance | path

Searched refs:atomic_store_ptr (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/sys/kern/
H A Dsubr_coverage.c64 atomic_store_ptr(&cov_trace_pc, trace_pc); in cov_register_pc()
71 atomic_store_ptr(&cov_trace_pc, NULL); in cov_unregister_pc()
78 atomic_store_ptr(&cov_trace_cmp, trace_cmp); in cov_register_cmp()
85 atomic_store_ptr(&cov_trace_cmp, NULL); in cov_unregister_cmp()
H A Dvfs_cache.c1567 atomic_store_ptr(&vp->v_cache_dd, NULL); in cache_zap_locked()
1575 atomic_store_ptr(&dvp->v_cache_dd, NULL); in cache_zap_locked()
1761 atomic_store_ptr(&dvp->v_cache_dd, NULL); in cache_remove_cnp()
2390 atomic_store_ptr(&dvp->v_cache_dd, NULL); in cache_enter_dotdot_prep()
2536 atomic_store_ptr(&dvp->v_cache_dd, ncp); in cache_enter_time()
2553 atomic_store_ptr(&vp->v_cache_dd, ncp); in cache_enter_time()
2556 atomic_store_ptr(&vp->v_cache_dd, NULL); in cache_enter_time()
2751 atomic_store_ptr(&nchashtbl, temptbl); in cache_changesize_set_temp()
2774 atomic_store_ptr(&nchashtbl, new_tbl); in cache_changesize_set_new()
H A Dkern_descrip.c2602 atomic_store_ptr(&p->p_fd, NULL); in fdescfree()
2625 atomic_store_ptr(&p->p_pd, NULL); in pdescfree()
H A Dkern_jail.c787 atomic_store_ptr(mem, new); in prison_ip_set()
/freebsd-14.2/sys/dev/wg/
H A Dwg_noise.c569 atomic_store_ptr(&r->r_next, NULL); in noise_remote_keypairs_clear()
573 atomic_store_ptr(&r->r_current, NULL); in noise_remote_keypairs_clear()
577 atomic_store_ptr(&r->r_previous, NULL); in noise_remote_keypairs_clear()
616 atomic_store_ptr(&r->r_next, NULL); in noise_add_new_keypair()
617 atomic_store_ptr(&r->r_previous, next); in noise_add_new_keypair()
620 atomic_store_ptr(&r->r_previous, current); in noise_add_new_keypair()
623 atomic_store_ptr(&r->r_current, kp); in noise_add_new_keypair()
625 atomic_store_ptr(&r->r_next, kp); in noise_add_new_keypair()
627 atomic_store_ptr(&r->r_previous, NULL); in noise_add_new_keypair()
744 atomic_store_ptr(&r->r_current, kp); in noise_keypair_received_with()
[all …]
H A Dif_wg.c772 atomic_store_ptr(&so->so_so4, new_so4); in wg_socket_set()
773 atomic_store_ptr(&so->so_so6, new_so6); in wg_socket_set()
/freebsd-14.2/sys/netlink/
H A Dnetlink_module.c94 atomic_store_ptr(&V_nl_ctl, ctl); in vnet_nl_ctl_init()
118 atomic_store_ptr(&V_nl_ctl, NULL); in vnet_nl_ctl_destroy()
/freebsd-14.2/sys/sys/
H A Dsmr_types.h124 atomic_store_ptr((uintptr_t *)&(p)->__ptr, (uintptr_t)_v); \
H A Datomic_common.h128 #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v)) macro
H A Datomic_san.h281 #define atomic_store_ptr(x, v) ({ \ macro
/freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/
H A Datomic.h276 #define atomic_store_ptr(p, v) \ macro
/freebsd-14.2/sys/netinet/
H A Dtcp_lro_hpts.c655 atomic_store_ptr(&tcp_lro_flush_tcphpts, NULL); in tcp_lro_hpts_uninit()
H A Dtcp_hpts.c2029 atomic_store_ptr(&tcp_hpts_softclock, NULL); in tcp_hpts_mod_unload()
/freebsd-14.2/sys/fs/tmpfs/
H A Dtmpfs_subr.c653 atomic_store_ptr(&nnode->tn_link_target, symlink); in tmpfs_alloc_node()
792 atomic_store_ptr(&node->tn_link_target, NULL); in tmpfs_free_node_locked()
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c472 atomic_store_ptr(&zp->z_cached_symlink, NULL); in zfs_znode_alloc()