HomeSort by: relevance | last modified time | path
    Searched defs:d_pages (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_page_alloc_dma.c 374 static void ttm_dma_pages_put(struct dma_pool *pool, struct list_head *d_pages,
380 list_for_each_entry_safe(d_page, tmp, d_pages, page_list)
392 list_for_each_entry_safe(d_page, tmp, d_pages, page_list) {
415 struct list_head d_pages; local in function:ttm_dma_page_pool_free
434 INIT_LIST_HEAD(&d_pages);
445 list_move(&dma_p->page_list, &d_pages);
458 ttm_dma_pages_put(pool, &d_pages, pages_to_free,
461 INIT_LIST_HEAD(&d_pages);
495 ttm_dma_pages_put(pool, &d_pages, pages_to_free, freed_pages);
671 struct list_head *d_pages,
798 struct list_head d_pages; local in function:ttm_dma_page_pool_fill_locked
    [all...]
ttm_page_alloc_dma.c 374 static void ttm_dma_pages_put(struct dma_pool *pool, struct list_head *d_pages,
380 list_for_each_entry_safe(d_page, tmp, d_pages, page_list)
392 list_for_each_entry_safe(d_page, tmp, d_pages, page_list) {
415 struct list_head d_pages; local in function:ttm_dma_page_pool_free
434 INIT_LIST_HEAD(&d_pages);
445 list_move(&dma_p->page_list, &d_pages);
458 ttm_dma_pages_put(pool, &d_pages, pages_to_free,
461 INIT_LIST_HEAD(&d_pages);
495 ttm_dma_pages_put(pool, &d_pages, pages_to_free, freed_pages);
671 struct list_head *d_pages,
798 struct list_head d_pages; local in function:ttm_dma_page_pool_fill_locked
    [all...]

Completed in 26 milliseconds