Lines Matching refs:NSEC_PER_MSEC
959 millis = nano / NSEC_PER_MSEC; in halt_log_enter()
990 millis = nano / NSEC_PER_MSEC; in IOSystemShutdownNotification()
1003 millis = nano / NSEC_PER_MSEC; in IOSystemShutdownNotification()
1183 return (UInt32)(nano / NSEC_PER_MSEC); in computeDeltaTimeMS()
2684 msec_since_wake = nsec_since_wake / NSEC_PER_MSEC; in startIdleSleepTimer()
4326 nanoseconds_to_absolutetime(_aotLingerTime * NSEC_PER_MSEC, &interval); in willNotifyInterested()
4446 ((int)((nsec) / NSEC_PER_MSEC)));
7010 ((int)((nsec) / NSEC_PER_MSEC)));
9378 fullWakeReason, ((int)((nsec) / NSEC_PER_MSEC)));
9554 IOLog("PMStats: Hibernate write took %qd ms\n", delta / NSEC_PER_MSEC);
9566 IOLog("PMStats: Hibernate read took %qd ms\n", delta / NSEC_PER_MSEC);
11805 (maxAssertCPUDuration / NSEC_PER_MSEC), maxAssertCPUEntryId);
12944 …r), "Power button pressed during wake transition after %u ms.\n", ((int)((nsec) / NSEC_PER_MSEC)));