Home
last modified time | relevance | path

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

/xnu-10002.1.13/iokit/IOKit/
H A DIOTimerEventSource.h237 UInt32 scale_factor = kNanosecondScale);
274 UInt32 scale_factor = kNanosecondScale);
H A DIOTypes.h208 kNanosecondScale = 1, enumerator
/xnu-10002.1.13/iokit/DriverKit/
H A DIOTypes.h208 kNanosecondScale = 1, enumerator
/xnu-10002.1.13/iokit/Kernel/
H A DIOTimerEventSource.cpp456 (interval.tv_nsec, kNanosecondScale, &nsecs); in setTimeout()
521 (inAbstime.tv_nsec, kNanosecondScale, &nsecs); in wakeAtTime()
H A DIOLib.cpp1543 delay_for_interval(nanoseconds, kNanosecondScale); in IOPause()
H A DIOServicePM.cpp5860 start_ack_timer( ACK_TIMER_PERIOD, kNanosecondScale ); in start_ack_timer()
/xnu-10002.1.13/iokit/Tests/
H A DTests.cpp813 tes->setTimeout(idx & 1023, kNanosecondScale); in IOWorkLoopTest()
827 tes->setTimeout(1, kNanosecondScale); in IOWorkLoopTest()