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

/xnu-2782.1.97/osfmk/i386/
H A DpmCPU.c70 static uint64_t earlyMaxIntDelay = DELAY_UNSET; variable
153 if (earlyMaxIntDelay != DELAY_UNSET)
154 ml_set_maxintdelay(earlyMaxIntDelay);
607 earlyMaxIntDelay = DELAY_UNSET;
610 earlyMaxIntDelay = mdelay;

Completed in 21 milliseconds