Searched refs:dmaCommandsCompleted (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAEventSource.cpp62 queue_init(&dmaCommandsCompleted);
138 work = !queue_empty(&dmaCommandsCompleted);
140 queue_remove_first(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain);
141 again = !queue_empty(&dmaCommandsCompleted);
158 queue_enter(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMAEventSource.h70 queue_head_t dmaCommandsCompleted; member in class:IODMAEventSource

Completed in 19 milliseconds