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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptEventSource.cpp183 int numInts = cacheProdCount - consumerCount; local
186 if (numInts > 0) {
192 (*intAction)(owner, this, numInts);
199 else if (numInts < 0) {
204 (*intAction)(owner, this, -numInts);

Completed in 18 milliseconds