Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOInterruptEventSource.cpp324 int numInts = cacheProdCount - consumerCount; in checkForWork() local
338 if (numInts > 0) { in checkForWork()
358 (intActionBlock)(this, numInts); in checkForWork()
360 ((IOInterruptEventAction)intAction)(owner, this, numInts); in checkForWork()
390 } else if (numInts < 0) { in checkForWork()
410 (intActionBlock)(this, numInts); in checkForWork()
412 ((IOInterruptEventAction)intAction)(owner, this, numInts); in checkForWork()