Searched defs:dma_pool (Results 1 – 13 of 13) sorted by relevance
42420 struct dma_pool { struct42421 struct list_head page_list;42422 spinlock_t lock;42423 struct dma_block *next_block;42424 size_t nr_blocks;42425 size_t nr_active;42426 size_t nr_pages;42427 struct device *dev;42428 unsigned int size;42429 unsigned int allocation;[all …]
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 …]
50499 void *dma_pool; member74415 struct dma_pool { struct74416 struct list_head page_list;74417 spinlock_t lock;74418 size_t size;74419 struct device *dev;74420 size_t allocation;74421 size_t boundary;74422 char name[32];74423 struct list_head pools;
108119 struct dma_pool { struct108120 struct list_head page_list;108121 spinlock_t lock;108122 size_t size;108123 struct device *dev;108124 size_t allocation;108125 size_t boundary;108126 char name[32];108127 struct list_head pools;
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 …]
49708 struct dma_pool { struct49709 struct list_head page_list;49710 spinlock_t lock;49711 size_t size;49712 struct device *dev;49713 size_t allocation;49714 size_t boundary;49715 char name[32];49716 struct list_head pools;
104883 struct dma_pool { struct104884 struct list_head page_list;104885 spinlock_t lock;104886 size_t size;104887 struct device *dev;104888 size_t allocation;104889 size_t boundary;104890 char name[32];104891 struct list_head pools;
33799 struct dma_pool { struct33800 struct list_head page_list;33801 spinlock_t lock;33802 size_t size;33803 struct device *dev;33804 size_t allocation;33805 size_t boundary;33806 char name[32];33807 struct list_head pools;