Searched defs:dma_pool (Results 1 – 2 of 2) sorted by relevance
40336 struct dma_pool { struct40337 struct list_head page_list;40338 spinlock_t lock;40339 struct dma_block *next_block;40340 size_t nr_blocks;40341 size_t nr_active;40342 size_t nr_pages;40343 struct device *dev;40344 unsigned int size;40345 unsigned int allocation;[all …]
49782 struct dma_pool { struct49783 struct list_head page_list;49784 spinlock_t lock;49785 struct dma_block *next_block;49786 size_t nr_blocks;49787 size_t nr_active;49788 size_t nr_pages;49789 struct device *dev;49790 unsigned int size;49791 unsigned int allocation;[all …]