Searched refs:startTime (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPMinformee.h50 AbsoluteTime startTime; // start time of last inform member in class:IOPMinformee
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h95 struct timeval startTime; // time we started catalog search member in struct:BTScanState
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp173 AbsoluteTime startTime; // time when work started member in class:PMHaltWorker
310 static UInt32 computeDeltaTimeMS( const AbsoluteTime * startTime )
316 if (CMP_ABSOLUTETIME(&endTime, startTime) > 0)
318 SUB_ABSOLUTETIME(&endTime, startTime);
2156 AbsoluteTime startTime; local
2167 clock_get_uptime(&startTime);
2169 deltaTime = computeDeltaTimeMS(&startTime);
2194 AbsoluteTime startTime; local
2200 clock_get_uptime(&startTime);
2223 deltaTime = computeDeltaTimeMS(&startTime);
2824 AbsoluteTime startTime; local
2892 AbsoluteTime startTime; local
[all...]
H A DIOServicePM.cpp1359 uint64_t nsec = computeTimeDeltaNS(&informee->startTime);
3220 clock_get_uptime(&informee->startTime);
3228 clock_get_uptime(&informee->startTime);
3239 SUB_ABSOLUTETIME(&end, &informee->startTime);
3880 uint64_t nsec = computeTimeDeltaNS(&nextObject->startTime);
H A DIOHibernateIO.cpp1715 AbsoluteTime startTime, endTime; local
1989 clock_get_uptime(&startTime);
1995 SUB_ABSOLUTETIME(&compTime, &startTime);
H A DIOService.cpp2719 AbsoluteTime startTime; local
2724 clock_get_uptime(&startTime);
2732 if (CMP_ABSOLUTETIME(&endTime, &startTime) > 0)
2734 SUB_ABSOLUTETIME(&endTime, &startTime);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c366 microuptime(&scanState->startTime); // initialize our throttle
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c379 timersub(&myCurrentTime, &myBTScanState.startTime, &myElapsedTime);

Completed in 130 milliseconds