Searched refs:kNanosecondScale (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.1.13/iokit/IOKit/ |
| H A D | IOTimerEventSource.h | 237 UInt32 scale_factor = kNanosecondScale); 274 UInt32 scale_factor = kNanosecondScale);
|
| H A D | IOTypes.h | 208 kNanosecondScale = 1, enumerator
|
| /xnu-10002.1.13/iokit/DriverKit/ |
| H A D | IOTypes.h | 208 kNanosecondScale = 1, enumerator
|
| /xnu-10002.1.13/iokit/Kernel/ |
| H A D | IOTimerEventSource.cpp | 456 (interval.tv_nsec, kNanosecondScale, &nsecs); in setTimeout() 521 (inAbstime.tv_nsec, kNanosecondScale, &nsecs); in wakeAtTime()
|
| H A D | IOLib.cpp | 1543 delay_for_interval(nanoseconds, kNanosecondScale); in IOPause()
|
| H A D | IOServicePM.cpp | 5860 start_ack_timer( ACK_TIMER_PERIOD, kNanosecondScale ); in start_ack_timer()
|
| /xnu-10002.1.13/iokit/Tests/ |
| H A D | Tests.cpp | 813 tes->setTimeout(idx & 1023, kNanosecondScale); in IOWorkLoopTest() 827 tes->setTimeout(1, kNanosecondScale); in IOWorkLoopTest()
|