/freebsd/sys/sys/ |
H A D | smr.h | 140 atomic_store_int(&smr->c_seq, smr_shared_current(smr->c_shared)); in smr_enter() 192 atomic_store_int(&smr->c_seq, smr_shared_current(smr->c_shared)); in smr_lazy_enter() 217 atomic_store_int(&smr->c_seq, SMR_SEQ_INVALID); in smr_lazy_exit()
|
H A D | refcount.h | 54 atomic_store_int(count, REFCOUNT_SATURATION_VALUE); in _refcount_update_saturated() 63 atomic_store_int(count, value); in refcount_init()
|
H A D | blockcount.h | 49 atomic_store_int(&bc->__count, 0); in blockcount_init()
|
H A D | atomic_common.h | 112 #define atomic_store_int(p, v) \ macro
|
H A D | proc.h | 635 #define TD_SET_STATE(td, state) atomic_store_int(&(td)->td_state, state) 1034 atomic_store_int(&_p->p_cowgen, _p->p_cowgen + 1); \
|
H A D | atomic_san.h | 220 #define atomic_store_int ATOMIC_SAN(store_int) macro
|
/freebsd/lib/libc/locale/ |
H A D | localeconv.c | 91 atomic_store_int(&loc->monetary_locale_changed, 0); in localeconv_l() 104 atomic_store_int(&loc->numeric_locale_changed, 0); in localeconv_l()
|
/freebsd/sys/x86/x86/ |
H A D | cpu_machdep.c | 277 atomic_store_int(state, STATE_MWAIT); in acpi_cpu_idle_mwait() 301 atomic_store_int(state, STATE_RUNNING); in acpi_cpu_idle_mwait() 490 atomic_store_int(&mb->stop_state, in cpu_reset() 545 atomic_store_int(statep, newstate); in cpu_idle_enter() 569 atomic_store_int(statep, STATE_RUNNING); in cpu_idle_enter() 579 atomic_store_int(statep, STATE_RUNNING); in cpu_idle_exit() 605 atomic_store_int(state, STATE_RUNNING); in cpu_idle_hlt() 632 atomic_store_int(state, STATE_RUNNING); in cpu_idle_spin() 707 atomic_store_int(state, STATE_RUNNING); in cpu_idle_wakeup()
|
/freebsd/sys/kern/ |
H A D | kern_kcov.c | 283 atomic_store_int(&info->state, KCOV_STATE_DYING); in kcov_mmap_cleanup() 495 atomic_store_int(&info->state, KCOV_STATE_READY); in kcov_ioctl() 535 atomic_store_int(&info->state, KCOV_STATE_READY); in kcov_thread_dtor()
|
H A D | sched_ule.c | 3194 atomic_store_int(&tdq->tdq_cpu_idle, 1); in sched_idletd() 3207 atomic_store_int(&tdq->tdq_cpu_idle, 0); in sched_idletd() 3211 atomic_store_int(&tdq->tdq_cpu_idle, 0); in sched_idletd()
|
H A D | subr_smp.c | 387 atomic_store_int(&mb->stop_state, in generic_restart_cpus()
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_driver.c | 59 atomic_store_int(&vm_context_id, ev_payload->context_id); in vmci_util_cid_update() 397 atomic_store_int(&vm_context_id, result); in vmci_get_context_id()
|
H A D | vmci_doorbell.c | 544 atomic_store_int(&entry->active, 0); in vmci_doorbell_create() 564 atomic_store_int(&entry->active, 1); in vmci_doorbell_create()
|
H A D | vmci_queue_pair.c | 155 atomic_store_int(&qp_list->hibernate, 0); in queue_pair_list_init() 360 atomic_store_int(&qp_guest_endpoints.hibernate, 0); in vmci_qp_guest_endpoints_exit()
|
/freebsd/sys/netinet/ |
H A D | tcp_hostcache.c | 232 atomic_store_int(&V_tcp_hostcache.cache_count, 0); in tcp_hc_init() 357 atomic_store_int(&hc_entry->hc_expire, in tcp_hc_lookup() 474 atomic_store_int(&hc_entry->hc_expire, in tcp_hc_update()
|
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf_qpair.c | 154 atomic_store_int(&sc->ka_active_tx_traffic, 1); in nvmf_dispatch_command() 183 atomic_store_int(&sc->ka_active_rx_traffic, 1); in nvmf_receive_capsule()
|
H A D | nvmf.c | 174 atomic_store_int(&sc->ka_active_rx_traffic, 1); in nvmf_keep_alive_complete() 199 atomic_store_int(&sc->ka_active_tx_traffic, 0); in nvmf_send_keep_alive()
|
/freebsd/sys/arm64/arm64/ |
H A D | mp_machdep.c | 170 atomic_store_int(&aps_started, 0); in release_aps_after_dev() 197 atomic_store_int(&aps_started, 0); in release_aps()
|
/freebsd/lib/libc/gen/ |
H A D | dlfcn.c | 344 atomic_store_int(&ret, r); in _rtld_get_stack_prot()
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/ |
H A D | atomic.h | 273 #define atomic_store_int(p, v) \ macro
|
/freebsd/lib/libc/nls/ |
H A D | msgcat.c | 484 atomic_store_int(&np->refcount, 1); in load_msgcat()
|
/freebsd/sys/vm/ |
H A D | vm_pageout.c | 2153 atomic_store_int(&vmd->vmd_pageout_wanted, 0); in vm_pageout_worker() 2179 atomic_store_int(&vmd->vmd_pageout_wanted, 1); in vm_pageout_worker() 2445 atomic_store_int(&vmd->vmd_pageout_wanted, 1); in pagedaemon_wakeup()
|
/freebsd/sys/dev/gve/ |
H A D | gve_tx.c | 45 atomic_store_int(&fifo->available, fifo->size); in gve_tx_fifo_init() 240 atomic_store_int(&fifo->available, fifo->size); in gve_clear_tx_ring()
|
/freebsd/sys/dev/nvmf/controller/ |
H A D | nvmft_controller.c | 972 atomic_store_int(&ctrlr->ka_active_traffic, 1); in nvmft_handle_admin_command() 1024 atomic_store_int(&ctrlr->ka_active_traffic, 1); in nvmft_handle_io_command()
|
/freebsd/sys/amd64/pt/ |
H A D | pt.c | 176 atomic_store_int(&pt_pcpu[cpu_id].state, state); in pt_cpu_set_state()
|