Home
last modified time | relevance | path

Searched refs:startTime (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_shutdown.c180 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 DIOFilterInterruptEventSource.cpp213 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 DIOPolledInterface.cpp616 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 DIOHibernateIO.cpp559 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 DIOPMrootDomain.cpp983 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 DIOServicePM.cpp1597 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 DIOService.cpp4954 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 DIOPMinformee.h50 AbsoluteTime startTime; // start time of last inform variable
/xnu-11215/osfmk/vm/
H A Dvm_compressor.c3467 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 Dvm_resident.c8654 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 Dioreg.py622 …next, "Yes" if next.active != 0 else "No" , next.timer, next.startTime, next.whatObject, reg_id, n…