Searched defs:dma_pool (Results 1 – 1 of 1) sorted by relevance
43 struct dma_pool { /* the pool */ struct44 struct list_head page_list;45 spinlock_t lock;46 size_t size;47 struct device *dev;71 struct dma_pool *pool; in pools_show() argument