Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A DpmCPU.c57 #define DELAY_UNSET 0xFFFFFFFFFFFFFFFFULL macro
69 static uint64_t earlyMaxBusDelay = DELAY_UNSET;
70 static uint64_t earlyMaxIntDelay = DELAY_UNSET;
154 if (earlyMaxBusDelay != DELAY_UNSET) { in machine_idle()
157 if (earlyMaxIntDelay != DELAY_UNSET) { in machine_idle()
600 earlyMaxBusDelay = DELAY_UNSET; in ml_set_maxbusdelay()
628 earlyMaxIntDelay = DELAY_UNSET; in ml_set_maxintdelay()