Home
last modified time | relevance | path

Searched refs:AbsoluteTime (Results 1 – 25 of 39) sorted by relevance

12

/xnu-11215/iokit/IOKit/
H A DIOTimerEventSource.h118 AbsoluteTime abstime;
248 virtual IOReturn setTimeout(AbsoluteTime interval);
286 virtual IOReturn wakeAtTime(AbsoluteTime abstime);
304 virtual IOReturn setTimeout(uint32_t options, AbsoluteTime interval, AbsoluteTime leeway);
313 virtual IOReturn wakeAtTime(uint32_t options, AbsoluteTime abstime, AbsoluteTime leeway);
H A DIODMAEventSource.h47 …S, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp);
52 …nd(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp);
H A DIOLocks.h138 AbsoluteTime deadline, UInt32 interType) __DARWIN14_ALIAS(IOLockSleepDeadline);
270 AbsoluteTime deadline, UInt32 interType);
H A DIODMAController.h56 …S, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp);
H A DIOCommandGate.h237 AbsoluteTime deadline,
H A DIOEventSource.h229 int sleepGate(void *event, AbsoluteTime deadline, UInt32 type);
H A DIOWorkLoop.h353 virtual int sleepGate(void *event, AbsoluteTime deadline, UInt32 interuptibleType);
H A DIOService.h510 virtual SInt32 nextIdleTimeout(AbsoluteTime currentTime,
511 AbsoluteTime lastActivity, unsigned int powerState);
1625 …aveProxyState * pRef, uint32_t timer_id, uint32_t options, AbsoluteTime interval, AbsoluteTime lee…
H A DIOPolledInterface.h166 AbsoluteTime cryptTime;
/xnu-11215/iokit/Kernel/
H A DIOTimerEventSource.cpp443 AbsoluteTime end; in setTimeout()
453 AbsoluteTime end, nsecs; in setTimeout()
466 IOTimerEventSource::setTimeout(AbsoluteTime interval) in setTimeout()
468 AbsoluteTime end; in setTimeout()
475 AbsoluteTime abstime, AbsoluteTime leeway) in setTimeout()
477 AbsoluteTime end; in setTimeout()
508 AbsoluteTime end; in wakeAtTime()
518 AbsoluteTime end, nsecs; in wakeAtTime()
540 IOTimerEventSource::wakeAtTime(AbsoluteTime inAbstime) in wakeAtTime()
546 IOTimerEventSource::wakeAtTime(uint32_t options, AbsoluteTime inAbstime, AbsoluteTime leeway) in wakeAtTime()
H A DIOServicePMPrivate.h259 AbsoluteTime DeviceActiveTimestamp;
260 AbsoluteTime MaxPowerStateEntryTime;
261 AbsoluteTime MaxPowerStateExitTime;
270 AbsoluteTime IdleTimerStartTime;
319 AbsoluteTime DriverCallStartTime;
795 AbsoluteTime fQuiesceStartTime;
796 AbsoluteTime fQuiesceFinishTime;
H A DIOLocks.cpp91 AbsoluteTime deadline, UInt32 interType) in IOLockSleepDeadline()
125 AbsoluteTime deadline, UInt32 interType) __asm("_IOLockSleepDeadline");
140 AbsoluteTime deadline, UInt32 interType) in IOLockSleepDeadline_legacy_x86_64()
293 AbsoluteTime deadline, UInt32 interType) in IORecursiveLockSleepDeadline()
H A DIODMAController.cpp119 …ES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp) in notifyDMACommand()
H A DIOPMrootDomain.cpp1170 computeDeltaTimeMS( const AbsoluteTime * startTime, AbsoluteTime * elapsedTime ) in computeDeltaTimeMS()
1172 AbsoluteTime endTime; in computeDeltaTimeMS()
2546 AbsoluteTime deadline; in startIdleSleepTimer()
2555 AbsoluteTime now; in startIdleSleepTimer()
2601 AbsoluteTime now; in cancelIdleSleepTimer()
3354 AbsoluteTime now; in updatePreventSystemSleepList()
9120 AbsoluteTime now;
10556 AbsoluteTime now;
11370 AbsoluteTime now;
11396 AbsoluteTime now;
[all …]
H A DIOEventSource.cpp138 IOEventSource::sleepGate(void *event, AbsoluteTime deadline, UInt32 type) in sleepGate()
H A DIOServicePM.cpp75 AbsoluteTime now; in computeTimeDeltaNS()
3293 AbsoluteTime currentTime, in nextIdleTimeout()
4190 AbsoluteTime end; in driverSetPowerState()
4280 AbsoluteTime end; in driverInformPowerChange()
5240 AbsoluteTime now; in ParentChangeRootChangeDown()
7057 AbsoluteTime now; in responseValid()
7058 AbsoluteTime start; in responseValid()
7141 AbsoluteTime now; in updateClientResponses()
7142 AbsoluteTime start; in updateClientResponses()
9401 AbsoluteTime now; in gatedSerialize()
[all …]
H A DIOPolledInterface.cpp384 AbsoluteTime deadline; in IOPolledFilePollersIODone()
616 AbsoluteTime startTime, endTime; in IOPolledFileOpen()
960 AbsoluteTime startTime, endTime; in IOPolledFileWrite()
1149 AbsoluteTime startTime, endTime; in IOPolledFileRead()
H A DIOKitKernelInternal.h145 AbsoluteTime fTimeStamp;
H A DIODMAEventSource.cpp240 …and(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp) in notifyDMACommand()
H A DIOCommandGate.cpp326 IOCommandGate::commandSleep(void *event, AbsoluteTime deadline, UInt32 interruptible) in commandSleep()
/xnu-11215/libkern/libkern/
H A DOSBase.h51 AbsoluteTime abstime) in __OSAbsoluteTime()
59 AbsoluteTime *abstime) in __OSAbsoluteTimePtr()
H A DOSTypes.h79 typedef UInt64 AbsoluteTime; typedef
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMinformee.h50 AbsoluteTime startTime; // start time of last inform
H A DRootDomain.h577 AbsoluteTime timestamp);
764 AbsoluteTime userActivityTime;
765 AbsoluteTime userActivityTime_prev;
799 AbsoluteTime userBecameInactiveTime;
/xnu-11215/iokit/Exclaves/
H A DExclaves.h91 AbsoluteTime duration;

12