Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dcpu_machdep.c272 state = &PCPU_PTR(monitorbuf)->idle_state; in acpi_cpu_idle_mwait()
585 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_acpi()
600 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_hlt()
612 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_mwait()
629 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_spin()
700 state = &mb->idle_state; in cpu_idle_wakeup()
/freebsd/sys/i386/include/
H A Dpcpu.h39 int idle_state; /* Used by cpu_idle_mwait. */ member
/freebsd/sys/amd64/include/
H A Dpcpu.h43 int idle_state; /* Used by cpu_idle_mwait. */ member
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3020 auto idle_state = CommandHandlingState::eIdle; in StartHandlingCommand() local
3022 idle_state, CommandHandlingState::eInProgress)) in StartHandlingCommand()