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

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_page_alloc_dma.c 126 struct dma_page { struct
290 static void __ttm_dma_free_page(struct dma_pool *pool, struct dma_page *d_page)
303 static struct dma_page *__ttm_dma_alloc_page(struct dma_pool *pool)
305 struct dma_page *d_page;
309 d_page = kmalloc(sizeof(struct dma_page), GFP_KERNEL);
357 static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page)
377 struct dma_page *d_page, *tmp;
413 struct dma_page *dma_p, *tmp;
444 /* Move the dma_page from one list to another. */
675 struct dma_page *d_page, *tmp
    [all...]
ttm_page_alloc_dma.c 126 struct dma_page { struct
290 static void __ttm_dma_free_page(struct dma_pool *pool, struct dma_page *d_page)
303 static struct dma_page *__ttm_dma_alloc_page(struct dma_pool *pool)
305 struct dma_page *d_page;
309 d_page = kmalloc(sizeof(struct dma_page), GFP_KERNEL);
357 static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page)
377 struct dma_page *d_page, *tmp;
413 struct dma_page *dma_p, *tmp;
444 /* Move the dma_page from one list to another. */
675 struct dma_page *d_page, *tmp
    [all...]
ttm_page_alloc_dma.c 126 struct dma_page { struct
290 static void __ttm_dma_free_page(struct dma_pool *pool, struct dma_page *d_page)
303 static struct dma_page *__ttm_dma_alloc_page(struct dma_pool *pool)
305 struct dma_page *d_page;
309 d_page = kmalloc(sizeof(struct dma_page), GFP_KERNEL);
357 static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page)
377 struct dma_page *d_page, *tmp;
413 struct dma_page *dma_p, *tmp;
444 /* Move the dma_page from one list to another. */
675 struct dma_page *d_page, *tmp
    [all...]

Completed in 31 milliseconds