Searched defs:d_pages (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/ttm/
H A Dttm_page_alloc_dma.c378 static void ttm_dma_pages_put(struct dma_pool *pool, struct list_head *d_pages, argument
389 list_for_each_entry_safe(d_page, tmp, d_pages, page_list) {
422 struct list_head d_pages; local
442 INIT_LIST_HEAD(&d_pages);
453 list_move(&dma_p->page_list, &d_pages);
466 ttm_dma_pages_put(pool, &d_pages, pages_to_free,
469 INIT_LIST_HEAD(&d_pages);
503 ttm_dma_pages_put(pool, &d_pages, pages_to_free, freed_pages);
674 struct list_head *d_pages,
686 list_for_each_entry_safe(d_page, tmp, d_pages, page_lis
673 ttm_dma_handle_caching_state_failure(struct dma_pool *pool, struct list_head *d_pages, struct page **failed_pages, unsigned cpages) argument
706 ttm_dma_pool_alloc_new_pages(struct dma_pool *pool, struct list_head *d_pages, unsigned count) argument
797 struct list_head d_pages; local
[all...]

Completed in 65 milliseconds