Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/i386/
H A DpmCPU.c70 static uint64_t earlyMaxIntDelay = DELAY_UNSET; variable
157 if (earlyMaxIntDelay != DELAY_UNSET) { in machine_idle()
158 ml_set_maxintdelay(earlyMaxIntDelay); in machine_idle()
628 earlyMaxIntDelay = DELAY_UNSET; in ml_set_maxintdelay()
631 earlyMaxIntDelay = mdelay; in ml_set_maxintdelay()