Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c107 #define STATE_SLEEPING 0x2 macro
239 KASSERT(atomic_load_int(state) == STATE_SLEEPING, in acpi_cpu_idle_mwait()
502 atomic_store_int(state, STATE_SLEEPING); in cpu_idle_acpi()
521 atomic_store_int(state, STATE_SLEEPING); in cpu_idle_hlt()
655 case STATE_SLEEPING: in cpu_idle_wakeup()