| /src/sys/kern/ |
| H A D | subr_coverage.c | 63 atomic_store_ptr(&cov_trace_pc, trace_pc); in cov_register_pc() 70 atomic_store_ptr(&cov_trace_pc, NULL); in cov_unregister_pc() 77 atomic_store_ptr(&cov_trace_cmp, trace_cmp); in cov_register_cmp() 84 atomic_store_ptr(&cov_trace_cmp, NULL); in cov_unregister_cmp()
|
| H A D | kern_rangelock.c | 238 atomic_store_ptr(&lock->head, 0); in rangelock_cheat_unlock() 333 atomic_store_ptr(&lock->head, rangelock_cheat ? RL_CHEAT_CHEATING : 0); in rangelock_init()
|
| H A D | vfs_cache.c | 1707 atomic_store_ptr(&vp->v_cache_dd, NULL); in cache_zap_locked() 1715 atomic_store_ptr(&dvp->v_cache_dd, NULL); in cache_zap_locked() 1898 atomic_store_ptr(&dvp->v_cache_dd, NULL); in cache_remove_cnp() 2511 atomic_store_ptr(&dvp->v_cache_dd, NULL); in cache_enter_dotdot_prep() 2655 atomic_store_ptr(&dvp->v_cache_dd, ncp); in cache_enter_time() 2677 atomic_store_ptr(&vp->v_cache_dd, ncp); in cache_enter_time() 2870 atomic_store_ptr(&nchashtbl, temptbl); in cache_changesize_set_temp() 2893 atomic_store_ptr(&nchashtbl, new_tbl); in cache_changesize_set_new()
|
| H A D | kern_descrip.c | 2757 atomic_store_ptr(&p->p_fd, NULL); in fdescfree() 2780 atomic_store_ptr(&p->p_pd, NULL); in pdescfree()
|
| H A D | kern_jail.c | 827 atomic_store_ptr(mem, new); in prison_ip_set()
|
| /src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | atomic.h | 86 atomic_store_ptr(volatile void *target, void *newval) in atomic_store_ptr() function 109 atomic_store_ptr(volatile void *target, void *newval) in atomic_store_ptr() function
|
| /src/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() 742 atomic_store_ptr(&r->r_previous, atomic_load_ptr(&r->r_current)); in noise_keypair_received_with() [all …]
|
| H A D | if_wg.c | 861 atomic_store_ptr(&so->so_so4, new_so4); in wg_socket_set() 862 atomic_store_ptr(&so->so_so6, new_so6); in wg_socket_set()
|
| /src/sys/sys/ |
| H A D | smr_types.h | 126 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 | 280 #define atomic_store_ptr(x, v) ({ \ macro
|
| /src/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | atomic.h | 277 #define atomic_store_ptr(p, v) \ macro
|
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zvol_os.c | 1414 atomic_store_ptr(&pp->private, NULL); in zvol_os_remove_minor() 1425 atomic_store_ptr(&dev->si_drv2, NULL); in zvol_os_remove_minor()
|
| H A D | zfs_znode_os.c | 455 atomic_store_ptr(&zp->z_cached_symlink, NULL); in zfs_znode_alloc()
|
| /src/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 656 atomic_store_ptr(&nnode->tn_link_target, symlink); in tmpfs_alloc_node() 795 atomic_store_ptr(&node->tn_link_target, NULL); in tmpfs_free_node_locked()
|
| /src/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zvol_os.c | 1492 atomic_store_ptr(&zso->zvo_disk->private_data, NULL); in zvol_os_remove_minor()
|
| /src/sys/net/ |
| H A D | if_tuntap.c | 686 atomic_store_ptr(&tp->tun_dev->si_drv1, tp->tun_dev); in tun_destroy()
|
| /src/sys/netpfil/pf/ |
| H A D | pf_ioctl.c | 964 atomic_store_ptr(&rs->active.rules, rs->inactive.rules); in pf_commit_eth()
|