Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePMPrivate.h792 uint32_t fConsumerCount; variable
H A DIOServicePM.cpp9038 fConsumerCount = fProducerCount = 0; in init()
9160 while (fConsumerCount != fProducerCount) { in checkForWork()
9162 fProducerCount, fConsumerCount); in checkForWork()
9164 fConsumerCount = fProducerCount; in checkForWork()