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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterruptEventSource.cpp204 int numInts = cacheProdCount - consumerCount; local
210 if ( numInts > 0 )
217 (*intAction)(owner, this, numInts);
228 else if ( numInts < 0 )
235 (*intAction)(owner, this, -numInts);

Completed in 74 milliseconds