Lines Matching refs:NSEC_PER_MSEC
960 millis = nano / NSEC_PER_MSEC; in halt_log_enter()
991 millis = nano / NSEC_PER_MSEC; in IOSystemShutdownNotification()
1004 millis = nano / NSEC_PER_MSEC; in IOSystemShutdownNotification()
1184 return (UInt32)(nano / NSEC_PER_MSEC); in computeDeltaTimeMS()
2564 msec_since_wake = nsec_since_wake / NSEC_PER_MSEC; in startIdleSleepTimer()
4293 ((int)((nsec) / NSEC_PER_MSEC)));
6823 ((int)((nsec) / NSEC_PER_MSEC)));
9128 fullWakeReason, ((int)((nsec) / NSEC_PER_MSEC)));
9304 IOLog("PMStats: Hibernate write took %qd ms\n", delta / NSEC_PER_MSEC);
9316 IOLog("PMStats: Hibernate read took %qd ms\n", delta / NSEC_PER_MSEC);
11429 (maxAssertCPUDuration / NSEC_PER_MSEC), maxAssertCPUEntryId);
12566 …r), "Power button pressed during wake transition after %u ms.\n", ((int)((nsec) / NSEC_PER_MSEC)));