Searched refs:atomic_store_int (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/x86/x86/ |
| H A D | cpu_machdep.c | 241 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 D | mp_x86.c | 1479 atomic_store_int(&mb->stop_state, in cpustop_handler()
|
| /f-stack/freebsd/sys/ |
| H A D | smr.h | 186 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 D | refcount.h | 57 atomic_store_int(count, REFCOUNT_SATURATION_VALUE); in _refcount_update_saturated() 66 atomic_store_int(count, value); in refcount_init()
|
| H A D | blockcount.h | 51 atomic_store_int(&bc->__count, 0); in blockcount_init()
|
| H A D | atomic_common.h | 56 #define atomic_store_int(p, v) \ macro
|
| H A D | _cscan_atomic.h | 185 #define atomic_store_int kcsan_atomic_store_int macro
|
| /f-stack/freebsd/kern/ |
| H A D | kern_kcov.c | 286 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 D | subr_smp.c | 389 atomic_store_int(&mb->stop_state, in generic_restart_cpus()
|
| H A D | vfs_bio.c | 624 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 D | vfs_aio.c | 1284 atomic_store_int(&job->nbio, iovcnt); in aio_qbio()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_pageout.c | 2118 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 D | uma_core.c | 5014 atomic_store_int(&uma_reclaim_needed, 0);
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mp_machdep.c | 1141 atomic_store_int(&scoreboard[initiator_cpu_id], smp_tlb_gen); in invlop_handler()
|