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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptEventSource.cpp91 producerCount = consumerCount = 0;
183 int numInts = cacheProdCount - consumerCount;
195 consumerCount = cacheProdCount;
207 consumerCount = cacheProdCount;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptEventSource.h49 When the action method is called in the client member function will receive 2 arguments, (IOEventSource *) sender and (int) count, See $link IOInterruptEventSource::Action. Where sender will be reference to the interrupt that occurred and the count will be computed by the difference between the $link producerCount and $link consumerCount. This number may not be reliable as no attempt is made to adjust for around the world type problems but is provided for general information and statistic gathering.
86 /*! @var consumerCount
88 unsigned int consumerCount; member in class:IOInterruptEventSource

Completed in 13 milliseconds