Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIODMAEventSource.cpp72 queue_init(&dmaCommandsCompleted); in init()
208 work = !queue_empty(&dmaCommandsCompleted); in checkForWork()
210 queue_remove_first(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain); in checkForWork()
211 again = !queue_empty(&dmaCommandsCompleted); in checkForWork()
229 queue_enter(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain); in completeDMACommand()
/xnu-8020.101.4/iokit/IOKit/
H A DIODMAEventSource.h79 queue_head_t dmaCommandsCompleted; variable