dma_page
static void __ttm_dma_free_page(struct dma_pool *pool, struct dma_page *d_page)
static struct dma_page *__ttm_dma_alloc_page(struct dma_pool *pool)
struct dma_page *d_page;
d_page = kmalloc(sizeof(struct dma_page), GFP_KERNEL);
struct dma_page *d_page, *tmp;
static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page)
struct dma_page *dma_p, *tmp;
struct dma_page *d_page, *tmp;
struct dma_page *dma_p;
struct dma_page *d_page;
struct dma_page *d_page;
d_page = list_first_entry(&pool->free_list, struct dma_page, page_list);
struct dma_page *d_page, *next;