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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOTimerEventSource.h156 UInt32 scale_factor = kNanosecondScale);
193 UInt32 scale_factor = kNanosecondScale);
H A DIOTypes.h231 @constant kNanosecondScale Scale factor for nanosecond based times.
238 kNanosecondScale = 1, enumerator in enum:__anon634
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOTimerEventSource.cpp294 (interval.tv_nsec, kNanosecondScale, &nsecs);
342 (inAbstime.tv_nsec, kNanosecondScale, &nsecs);
H A DIOLib.cpp767 delay_for_interval(nanoseconds, kNanosecondScale);
H A DIOServicePM.cpp5104 start_ack_timer( ACK_TIMER_PERIOD, kNanosecondScale );

Completed in 32 milliseconds