d_pages           370 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c static void ttm_dma_pages_put(struct dma_pool *pool, struct list_head *d_pages,
d_pages           376 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		list_for_each_entry_safe(d_page, tmp, d_pages, page_list)
d_pages           388 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	list_for_each_entry_safe(d_page, tmp, d_pages, page_list) {
d_pages           411 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	struct list_head d_pages;
d_pages           430 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	INIT_LIST_HEAD(&d_pages);
d_pages           441 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		list_move(&dma_p->page_list, &d_pages);
d_pages           454 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 			ttm_dma_pages_put(pool, &d_pages, pages_to_free,
d_pages           457 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 			INIT_LIST_HEAD(&d_pages);
d_pages           491 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		ttm_dma_pages_put(pool, &d_pages, pages_to_free, freed_pages);
d_pages           667 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 						 struct list_head *d_pages,
d_pages           679 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 	list_for_each_entry_safe(d_page, tmp, d_pages, page_list) {
d_pages           700 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 					struct list_head *d_pages,
d_pages           738 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 						pool, d_pages, caching_array,
d_pages           745 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		list_add(&dma_p->page_list, d_pages);
d_pages           764 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 					     pool, d_pages, caching_array,
d_pages           776 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 			ttm_dma_handle_caching_state_failure(pool, d_pages,
d_pages           794 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		struct list_head d_pages;
d_pages           796 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		INIT_LIST_HEAD(&d_pages);
d_pages           802 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		r = ttm_dma_pool_alloc_new_pages(pool, &d_pages, count);
d_pages           807 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 			list_splice(&d_pages, &pool->free_list);
d_pages           818 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 			list_for_each_entry(d_page, &d_pages, page_list) {
d_pages           821 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 			list_splice_tail(&d_pages, &pool->free_list);