Searched refs:atomic_store_ptr (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | subr_coverage.c | 64 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 D | vfs_cache.c | 1567 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 D | kern_descrip.c | 2602 atomic_store_ptr(&p->p_fd, NULL); in fdescfree() 2625 atomic_store_ptr(&p->p_pd, NULL); in pdescfree()
|
| H A D | kern_jail.c | 787 atomic_store_ptr(mem, new); in prison_ip_set()
|
| /freebsd-14.2/sys/dev/wg/ |
| H A D | wg_noise.c | 569 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 D | if_wg.c | 772 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 D | netlink_module.c | 94 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 D | smr_types.h | 124 atomic_store_ptr((uintptr_t *)&(p)->__ptr, (uintptr_t)_v); \
|
| H A D | atomic_common.h | 128 #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v)) macro
|
| H A D | atomic_san.h | 281 #define atomic_store_ptr(x, v) ({ \ macro
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | atomic.h | 276 #define atomic_store_ptr(p, v) \ macro
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_lro_hpts.c | 655 atomic_store_ptr(&tcp_lro_flush_tcphpts, NULL); in tcp_lro_hpts_uninit()
|
| H A D | tcp_hpts.c | 2029 atomic_store_ptr(&tcp_hpts_softclock, NULL); in tcp_hpts_mod_unload()
|
| /freebsd-14.2/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 653 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 D | zfs_znode.c | 472 atomic_store_ptr(&zp->z_cached_symlink, NULL); in zfs_znode_alloc()
|