Lines Matching refs:NSEC_PER_MSEC
958 millis = nano / NSEC_PER_MSEC; in halt_log_enter()
989 millis = nano / NSEC_PER_MSEC; in IOSystemShutdownNotification()
1002 millis = nano / NSEC_PER_MSEC; in IOSystemShutdownNotification()
1182 return (UInt32)(nano / NSEC_PER_MSEC); in computeDeltaTimeMS()
2563 msec_since_wake = nsec_since_wake / NSEC_PER_MSEC; in startIdleSleepTimer()
4274 ((int)((nsec) / NSEC_PER_MSEC)));
6793 ((int)((nsec) / NSEC_PER_MSEC)));
9029 fullWakeReason, ((int)((nsec) / NSEC_PER_MSEC)));
9205 IOLog("PMStats: Hibernate write took %qd ms\n", delta / NSEC_PER_MSEC);
9217 IOLog("PMStats: Hibernate read took %qd ms\n", delta / NSEC_PER_MSEC);
11331 (maxAssertCPUDuration / NSEC_PER_MSEC), maxAssertCPUEntryId);
12468 …r), "Power button pressed during wake transition after %u ms.\n", ((int)((nsec) / NSEC_PER_MSEC)));