Home
last modified time | relevance | path

Searched refs:calloutGeneration (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOTimerEventSource.cpp182 if (doit && (me->reserved->calloutGeneration == count)) { in timeoutAndRelease()
204 && (reserved->calloutGenerationSignaled == reserved->calloutGeneration) in checkForWork()
206 reserved->calloutGenerationSignaled = ~reserved->calloutGeneration; in checkForWork()
240 reserved->calloutGenerationSignaled = ~reserved->calloutGeneration; in setTimeoutFunc()
389 reserved->calloutGeneration++; in cancelTimeout()
412 reserved->calloutGeneration++; in disable()
569 reserved->calloutGeneration++; in wakeAtTime()
571 (void *)(uintptr_t) reserved->calloutGeneration, inAbstime, leeway, tcoptions) in wakeAtTime()
/xnu-11215/iokit/IOKit/
H A DIOTimerEventSource.h124 SInt32 calloutGeneration; member