Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/arm64/
H A Dcpu.c493 bool next_idle_short = processor->next_idle_short; in cpu_idle() local
494 processor->next_idle_short = false; in cpu_idle()
518 if (next_idle_short && expecting_ipi_wfe_timeout_mt > wfe_timeout) { in cpu_idle()
/xnu-11215.1.10/osfmk/kern/
H A Dprocessor.h433 …bool next_idle_short; /* Expecting a response IPI soon, so the next idle… member
H A Dprocessor.c328 processor->next_idle_short = false; in processor_init()
H A Dsched_prim.c3135 processor->next_idle_short = SCHED(processor_balance)(processor, pset); in thread_select()