OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dma_bh
(Results
1 - 1
of
1
) sorted by null
/external/qemu/hw/
dma.c
356
static QEMUBH *
dma_bh
;
variable
380
qemu_bh_schedule_idle(
dma_bh
);
571
dma_bh
= qemu_bh_new(DMA_run_bh, NULL);
Completed in 258 milliseconds