Home
last modified time | relevance | path

Searched refs:atomic_store_int (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/sys/
H A Dsmr.h140 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 Drefcount.h54 atomic_store_int(count, REFCOUNT_SATURATION_VALUE); in _refcount_update_saturated()
63 atomic_store_int(count, value); in refcount_init()
H A Dblockcount.h49 atomic_store_int(&bc->__count, 0); in blockcount_init()
H A Datomic_common.h112 #define atomic_store_int(p, v) \ macro
H A Dproc.h635 #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 Datomic_san.h220 #define atomic_store_int ATOMIC_SAN(store_int) macro
/freebsd/lib/libc/locale/
H A Dlocaleconv.c91 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 Dcpu_machdep.c277 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 Dkern_kcov.c283 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 Dsched_ule.c3194 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 Dsubr_smp.c387 atomic_store_int(&mb->stop_state, in generic_restart_cpus()
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_driver.c59 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 Dvmci_doorbell.c544 atomic_store_int(&entry->active, 0); in vmci_doorbell_create()
564 atomic_store_int(&entry->active, 1); in vmci_doorbell_create()
H A Dvmci_queue_pair.c155 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 Dtcp_hostcache.c232 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 Dnvmf_qpair.c154 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 Dnvmf.c174 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 Dmp_machdep.c170 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 Ddlfcn.c344 atomic_store_int(&ret, r); in _rtld_get_stack_prot()
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Datomic.h273 #define atomic_store_int(p, v) \ macro
/freebsd/lib/libc/nls/
H A Dmsgcat.c484 atomic_store_int(&np->refcount, 1); in load_msgcat()
/freebsd/sys/vm/
H A Dvm_pageout.c2153 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 Dgve_tx.c45 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 Dnvmft_controller.c972 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 Dpt.c176 atomic_store_int(&pt_pcpu[cpu_id].state, state); in pt_cpu_set_state()

12