Home
last modified time | relevance | path

Searched refs:atomic_store_int (Results 1 – 25 of 34) 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.h55 atomic_store_int(count, REFCOUNT_SATURATION_VALUE); in _refcount_update_saturated()
64 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.h634 #define TD_SET_STATE(td, state) atomic_store_int(&(td)->td_state, state)
1044 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.c275 atomic_store_int(state, STATE_MWAIT); in acpi_cpu_idle_mwait()
299 atomic_store_int(state, STATE_RUNNING); in acpi_cpu_idle_mwait()
488 atomic_store_int(&mb->stop_state, in cpu_reset()
543 atomic_store_int(statep, newstate); in cpu_idle_enter()
567 atomic_store_int(statep, STATE_RUNNING); in cpu_idle_enter()
577 atomic_store_int(statep, STATE_RUNNING); in cpu_idle_exit()
603 atomic_store_int(state, STATE_RUNNING); in cpu_idle_hlt()
630 atomic_store_int(state, STATE_RUNNING); in cpu_idle_spin()
705 atomic_store_int(state, STATE_RUNNING); in cpu_idle_wakeup()
/freebsd/sys/kern/
H A Dkern_kcov.c282 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.c3045 atomic_store_int(&tdq->tdq_cpu_idle, 1); in sched_idletd()
3058 atomic_store_int(&tdq->tdq_cpu_idle, 0); in sched_idletd()
3062 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->rmx_expire, in tcp_hc_lookup()
473 atomic_store_int(&hc_entry->rmx_expire, in tcp_hc_update()
H A Dip_reass.c977 atomic_store_int(&V_ipfragttl, ttl); in sysctl_fragttl()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_qpair.c135 atomic_store_int(&sc->ka_active_tx_traffic, 1); in nvmf_dispatch_command()
164 atomic_store_int(&sc->ka_active_rx_traffic, 1); in nvmf_receive_capsule()
H A Dnvmf.c159 atomic_store_int(&sc->ka_active_rx_traffic, 1); in nvmf_keep_alive_complete()
184 atomic_store_int(&sc->ka_active_tx_traffic, 0); in nvmf_send_keep_alive()
/freebsd/lib/libc/gen/
H A Ddlfcn.c325 atomic_store_int(&ret, r); in _rtld_get_stack_prot()
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Datomic.h272 #define atomic_store_int(p, v) \ macro
/freebsd/sys/dev/gve/
H A Dgve_tx.c44 atomic_store_int(&fifo->available, fifo->size); in gve_tx_fifo_init()
200 atomic_store_int(&fifo->available, fifo->size); in gve_clear_tx_ring()
/freebsd/lib/libc/nls/
H A Dmsgcat.c476 atomic_store_int(&np->refcount, 1); in load_msgcat()
/freebsd/sys/vm/
H A Dvm_pageout.c2120 atomic_store_int(&vmd->vmd_pageout_wanted, 0); in vm_pageout_worker()
2146 atomic_store_int(&vmd->vmd_pageout_wanted, 1); in vm_pageout_worker()
2411 atomic_store_int(&vmd->vmd_pageout_wanted, 1); in pagedaemon_wakeup()
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c954 atomic_store_int(&ctrlr->ka_active_traffic, 1); in nvmft_handle_admin_command()
1006 atomic_store_int(&ctrlr->ka_active_traffic, 1); in nvmft_handle_io_command()
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c1080 atomic_store_int(&scoreboard[initiator_cpu_id], smp_tlb_gen); in invlop_handler()

12