Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DIOTimerEventSource.h237 UInt32 scale_factor = kNanosecondScale);
274 UInt32 scale_factor = kNanosecondScale);
H A DIOTypes.h236 kNanosecondScale = 1, enumerator
/xnu-12377.61.12/iokit/DriverKit/
H A DIOTypes.h236 kNanosecondScale = 1, enumerator
/xnu-12377.61.12/iokit/Kernel/
H A DIOTimerEventSource.cpp456 (interval.tv_nsec, kNanosecondScale, &nsecs); in setTimeout()
521 (inAbstime.tv_nsec, kNanosecondScale, &nsecs); in wakeAtTime()
H A DIOLib.cpp1490 delay_for_interval(nanoseconds, kNanosecondScale); in IOPause()
H A DIOServicePM.cpp5970 start_ack_timer( ACK_TIMER_PERIOD, kNanosecondScale ); in start_ack_timer()
/xnu-12377.61.12/osfmk/kern/
H A Dexclaves_driverkit.c278 kNanosecondScale, &nsecs);
792 kNanosecondScale, &nsecs);
/xnu-12377.61.12/iokit/Tests/
H A DTests.cpp814 tes->setTimeout(idx & 1023, kNanosecondScale); in IOWorkLoopTest()
828 tes->setTimeout(1, kNanosecondScale); in IOWorkLoopTest()