Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPlatformActions.cpp67 kQueueCount = 6 enumerator
80 static queue_head_t gActionQueues[kQueueCount];
81 static const OSSymbol * gActionSymbols[kQueueCount];
216 for (uint32_t qidx = kQueueSleep; qidx < kQueueCount; qidx++) { in IOPlatformActionsInitialize()
352 for (uint32_t qidx = kQueueSleep; qidx < kQueueCount; qidx++) { in IORemoveServicePlatformActions()