Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c105 #define STATE_RUNNING 0x0 macro
265 atomic_store_int(state, STATE_RUNNING); in acpi_cpu_idle_mwait()
512 atomic_store_int(state, STATE_RUNNING); in cpu_idle_acpi()
544 atomic_store_int(state, STATE_RUNNING); in cpu_idle_hlt()
558 atomic_store_int(state, STATE_RUNNING); in cpu_idle_mwait()
568 atomic_store_int(state, STATE_RUNNING); in cpu_idle_mwait()
578 atomic_store_int(state, STATE_RUNNING); in cpu_idle_spin()
658 atomic_store_int(state, STATE_RUNNING); in cpu_idle_wakeup()
660 case STATE_RUNNING: in cpu_idle_wakeup()