| /xnu-11215/bsd/kern/ |
| H A D | kern_shutdown.c | 180 uint64_t startTime; in reboot_kernel() local 232 startTime = mach_absolute_time(); in reboot_kernel() 237 startTime = mach_absolute_time(); in reboot_kernel() 248 startTime = mach_absolute_time(); in reboot_kernel() 252 startTime = mach_absolute_time(); in reboot_kernel() 271 startTime = mach_absolute_time(); in reboot_kernel() 278 startTime = mach_absolute_time(); in reboot_kernel() 286 startTime = mach_absolute_time(); in reboot_kernel() 294 startTime = mach_absolute_time(); in reboot_kernel() 316 startTime = mach_absolute_time(); in reboot_kernel() [all …]
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOFilterInterruptEventSource.cpp | 213 uint64_t startTime = 0; in normalInterruptOccurred() local 225 startTime = mach_absolute_time(); in normalInterruptOccurred() 228 IOInterruptEventSource::reserved->statistics->primaryTimestamp = startTime; in normalInterruptOccurred() 246 …ed->statistics->interruptStatistics[kInterruptAccountingFirstLevelTimeIndex], endTime - startTime); in normalInterruptOccurred() 266 uint64_t startTime = 0; in disableInterruptOccurred() local 278 startTime = mach_absolute_time(); in disableInterruptOccurred() 281 IOInterruptEventSource::reserved->statistics->primaryTimestamp = startTime; in disableInterruptOccurred() 299 …ed->statistics->interruptStatistics[kInterruptAccountingFirstLevelTimeIndex], endTime - startTime); in disableInterruptOccurred()
|
| H A D | IOPolledInterface.cpp | 616 AbsoluteTime startTime, endTime; in IOPolledFileOpen() local 626 clock_get_uptime(&startTime); in IOPolledFileOpen() 647 SUB_ABSOLUTETIME(&endTime, &startTime); in IOPolledFileOpen() 960 AbsoluteTime startTime, endTime; in IOPolledFileWrite() local 972 clock_get_uptime(&startTime); in IOPolledFileWrite() 984 SUB_ABSOLUTETIME(&vars->cryptTime, &startTime); in IOPolledFileWrite() 1149 AbsoluteTime startTime, endTime; in IOPolledFileRead() local 1157 clock_get_uptime(&startTime); in IOPolledFileRead() 1168 SUB_ABSOLUTETIME(&vars->cryptTime, &startTime); in IOPolledFileRead()
|
| H A D | IOHibernateIO.cpp | 559 AbsoluteTime startTime, endTime; in IOHibernateSystemSleep() local 642 clock_get_uptime(&startTime); in IOHibernateSystemSleep() 647 SUB_ABSOLUTETIME(&endTime, &startTime); in IOHibernateSystemSleep() 1675 AbsoluteTime startTime, endTime; in hibernate_write_image() local 2111 clock_get_uptime(&startTime); in hibernate_write_image() 2119 SUB_ABSOLUTETIME(&compTime, &startTime); in hibernate_write_image() 2370 AbsoluteTime startTime, compTime; in hibernate_machine_init() local 2654 clock_get_uptime(&startTime); in hibernate_machine_init() 2671 SUB_ABSOLUTETIME(&compTime, &startTime); in hibernate_machine_init()
|
| H A D | IOPMrootDomain.cpp | 983 uint64_t startTime; in IOSystemShutdownNotification() local 988 startTime = mach_absolute_time(); in IOSystemShutdownNotification() 1001 startTime = mach_absolute_time(); in IOSystemShutdownNotification() 1023 startTime = mach_absolute_time(); in IOSystemShutdownNotification() 1027 startTime = mach_absolute_time(); in IOSystemShutdownNotification() 5757 clock_get_uptime(&startTime); 5790 clock_get_uptime(&startTime); 10275 clock_get_uptime(&startTime); 10280 me->startTime = startTime; 10317 AbsoluteTime startTime; local [all …]
|
| H A D | IOServicePM.cpp | 1597 uint64_t nsec = computeTimeDeltaNS(&informee->startTime); in handleAcknowledgePowerChange() 4309 clock_get_uptime(&informee->startTime); in driverInformPowerChange() 4315 clock_get_uptime(&informee->startTime); in driverInformPowerChange() 4333 SUB_ABSOLUTETIME(&end, &informee->startTime); in driverInformPowerChange() 5634 uint64_t nsec = computeTimeDeltaNS(&nextObject->startTime); in ackTimerTick()
|
| H A D | IOService.cpp | 4954 AbsoluteTime startTime; in startCandidate() local 4960 clock_get_uptime(&startTime); in startCandidate() 4968 if (CMP_ABSOLUTETIME(&endTime, &startTime) > 0) { in startCandidate() 4969 SUB_ABSOLUTETIME(&endTime, &startTime); in startCandidate()
|
| /xnu-11215/iokit/IOKit/pwr_mgt/ |
| H A D | IOPMinformee.h | 50 AbsoluteTime startTime; // start time of last inform variable
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_compressor.c | 3467 AbsoluteTime startTime, endTime; in vm_compressor_flush() local 3475 clock_get_uptime(&startTime); in vm_compressor_flush() 3549 SUB_ABSOLUTETIME(&endTime, &startTime); in vm_compressor_flush() 3716 AbsoluteTime startTime, endTime; in do_fastwake_warmup() local 3722 clock_get_uptime(&startTime); in do_fastwake_warmup() 3774 SUB_ABSOLUTETIME(&endTime, &startTime); in do_fastwake_warmup()
|
| H A D | vm_resident.c | 8654 AbsoluteTime startTime, endTime; in hibernate_rebuild_vm_structs() local 8664 clock_get_uptime(&startTime); in hibernate_rebuild_vm_structs() 8732 SUB_ABSOLUTETIME(&endTime, &startTime); in hibernate_rebuild_vm_structs()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | ioreg.py | 622 …next, "Yes" if next.active != 0 else "No" , next.timer, next.startTime, next.whatObject, reg_id, n…
|