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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandQueue.h67 static IOCommandQueue *commandQueue(OSObject *inOwner,
84 // For each entry in the commandQueue call the target/action.
H A DIOStatisticsPrivate.h151 IOCommandQueueCounter commandQueue; member in union:IOEventSourceCounter::__anon626
305 counter->u.commandQueue.actionCalls++;
/darwin-on-arm/xnu/iokit/Tests/
H A DTestDevice.cpp63 commQ = IOCommandQueue::commandQueue
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandQueue.cpp110 IOCommandQueue::commandQueue(OSObject *inOwner, function in class:IOCommandQueue
H A DIOStatistics.cpp977 cqc->actionCalls += counter->u.commandQueue.actionCalls;

Completed in 79 milliseconds