Searched defs:dma_pool (Results 1 – 9 of 9) sorted by relevance
45 struct dma_pool { /* the pool */ struct46 struct list_head page_list;47 spinlock_t lock;48 size_t size;49 struct device *dev;50 size_t allocation;51 size_t boundary;52 char name[32];76 struct dma_pool *pool; in show_pools() argument
100 struct dma_pool { struct101 struct list_head pools; /* The 'struct device->dma_pools link */ argument120 * @page_list: The link to the 'page_list' in 'struct dma_pool'. argument
46 static struct dma_pool *dma_pool; variable
73 struct pci_pool *dma_pool; member
94 struct dma_pool *dma_pool; /* DMA buffer pool */ member
229 struct pci_pool *dma_pool; member
326 static struct dma_pool *dma_pool; variable
412 void *dma_pool; member
257 static struct dma_pool *dma_pool; variable