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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOTimerEventSource.h160 UInt32 scale_factor = kNanosecondScale);
198 UInt32 scale_factor = kNanosecondScale);
H A DIOTypes.h209 @constant kNanosecondScale Scale factor for nanosecond based times.
216 kNanosecondScale = 1, enumerator in enum:__anon481
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOTimerEventSource.cpp235 (interval.tv_nsec, kNanosecondScale, &nsecs);
281 (inAbstime.tv_nsec, kNanosecondScale, &nsecs);
H A DIOLib.cpp706 delay_for_interval(nanoseconds, kNanosecondScale);
H A DIOService.cpp3058 timeout->tv_nsec, kNanosecondScale, &nsinterval );
H A DIOServicePM.cpp3934 start_ack_timer( ACK_TIMER_PERIOD, kNanosecondScale );
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleDART.cpp483 clock_interval_to_deadline(100, kNanosecondScale, &expirationTime);

Completed in 157 milliseconds