Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOCommandQueue.h68 static OSPtr<IOCommandQueue> commandQueue(OSObject *inOwner,
H A DIOStatisticsPrivate.h151 IOCommandQueueCounter commandQueue; member
323 counter->u.commandQueue.actionCalls++; in countCommandQueueActionCall()
/xnu-11215/iokit/Tests/
H A DTestDevice.cpp66 commQ = IOCommandQueue::commandQueue in init()
/xnu-11215/iokit/Kernel/
H A DIOCommandQueue.cpp118 IOCommandQueue::commandQueue(OSObject *inOwner, in commandQueue() function in IOCommandQueue
H A DIOStatistics.cpp993 cqc->actionCalls += counter->u.commandQueue.actionCalls; in copyCounterStatistics()