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

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_page_alloc_dma.c 101 struct dma_pool { struct
120 * @page_list: The link to the 'page_list' in 'struct dma_pool'.
150 * @pool: The 'struct dma_pool' associated with the 'dev'
155 struct dma_pool *pool;
162 * @pools: List of 'struct device' and 'struct dma_pool' tuples.
270 static int ttm_set_pages_caching(struct dma_pool *pool,
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)
348 static void ttm_pool_update_free_locked(struct dma_pool *pool,
357 static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page
    [all...]
ttm_page_alloc_dma.c 101 struct dma_pool { struct
120 * @page_list: The link to the 'page_list' in 'struct dma_pool'.
150 * @pool: The 'struct dma_pool' associated with the 'dev'
155 struct dma_pool *pool;
162 * @pools: List of 'struct device' and 'struct dma_pool' tuples.
270 static int ttm_set_pages_caching(struct dma_pool *pool,
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)
348 static void ttm_pool_update_free_locked(struct dma_pool *pool,
357 static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page
    [all...]

Completed in 43 milliseconds