Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePMPrivate.h793 volatile uint32_t fProducerCount; variable
H A DIOServicePM.cpp9038 fConsumerCount = fProducerCount = 0; in init()
9139 fProducerCount++; in checkRequestQueue()
9160 while (fConsumerCount != fProducerCount) { in checkForWork()
9162 fProducerCount, fConsumerCount); in checkForWork()
9164 fConsumerCount = fProducerCount; in checkForWork()
9208 fProducerCount++; in signalWorkAvailable()
9215 fProducerCount++; in incrementProducerCount()