Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A DpmCPU.c72 static uint64_t earlyMaxIntDelay = DELAY_UNSET; variable
159 if (earlyMaxIntDelay != DELAY_UNSET) { in machine_idle()
160 ml_set_maxintdelay(earlyMaxIntDelay); in machine_idle()
630 earlyMaxIntDelay = DELAY_UNSET; in ml_set_maxintdelay()
633 earlyMaxIntDelay = mdelay; in ml_set_maxintdelay()