Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c241 atomic_store_int(state, STATE_MWAIT); in acpi_cpu_idle_mwait()
265 atomic_store_int(state, STATE_RUNNING); in acpi_cpu_idle_mwait()
454 atomic_store_int(&mb->stop_state, in cpu_reset()
502 atomic_store_int(state, STATE_SLEEPING); in cpu_idle_acpi()
512 atomic_store_int(state, STATE_RUNNING); in cpu_idle_acpi()
521 atomic_store_int(state, STATE_SLEEPING); in cpu_idle_hlt()
544 atomic_store_int(state, STATE_RUNNING); in cpu_idle_hlt()
553 atomic_store_int(state, STATE_MWAIT); in cpu_idle_mwait()
558 atomic_store_int(state, STATE_RUNNING); in cpu_idle_mwait()
568 atomic_store_int(state, STATE_RUNNING); in cpu_idle_mwait()
[all …]
H A Dmp_x86.c1479 atomic_store_int(&mb->stop_state, in cpustop_handler()
/f-stack/freebsd/sys/
H A Dsmr.h186 atomic_store_int(&smr->c_seq, smr_shared_current(smr->c_shared)); in smr_lazy_enter()
211 atomic_store_int(&smr->c_seq, SMR_SEQ_INVALID); in smr_lazy_exit()
H A Drefcount.h57 atomic_store_int(count, REFCOUNT_SATURATION_VALUE); in _refcount_update_saturated()
66 atomic_store_int(count, value); in refcount_init()
H A Dblockcount.h51 atomic_store_int(&bc->__count, 0); in blockcount_init()
H A Datomic_common.h56 #define atomic_store_int(p, v) \ macro
H A D_cscan_atomic.h185 #define atomic_store_int kcsan_atomic_store_int macro
/f-stack/freebsd/kern/
H A Dkern_kcov.c286 atomic_store_int(&info->state, KCOV_STATE_DYING); in kcov_mmap_cleanup()
499 atomic_store_int(&info->state, KCOV_STATE_READY); in kcov_ioctl()
539 atomic_store_int(&info->state, KCOV_STATE_READY); in kcov_thread_dtor()
H A Dsubr_smp.c389 atomic_store_int(&mb->stop_state, in generic_restart_cpus()
H A Dvfs_bio.c624 atomic_store_int(&bd->bd_running, 1); in bufspace_daemon_wakeup()
645 atomic_store_int(&bd->bd_running, 0); in bufspace_daemon_wait()
652 atomic_store_int(&bd->bd_running, 1); in bufspace_daemon_wait()
H A Dvfs_aio.c1284 atomic_store_int(&job->nbio, iovcnt); in aio_qbio()
/f-stack/freebsd/vm/
H A Dvm_pageout.c2118 atomic_store_int(&vmd->vmd_pageout_wanted, 0); in vm_pageout_worker()
2144 atomic_store_int(&vmd->vmd_pageout_wanted, 1); in vm_pageout_worker()
2409 atomic_store_int(&vmd->vmd_pageout_wanted, 1); in pagedaemon_wakeup()
H A Duma_core.c5014 atomic_store_int(&uma_reclaim_needed, 0);
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c1141 atomic_store_int(&scoreboard[initiator_cpu_id], smp_tlb_gen); in invlop_handler()