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

  /src/sys/external/bsd/common/include/linux/
dmapool.h 45 struct dma_pool;
47 struct dma_pool *dma_pool_create(const char *, bus_dma_tag_t, size_t, size_t,
49 void dma_pool_destroy(struct dma_pool *);
51 void *dma_pool_zalloc(struct dma_pool *, gfp_t, dma_addr_t *);
52 void dma_pool_free(struct dma_pool *, void *, dma_addr_t);
  /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...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 133 struct dma_pool *headers;
134 struct dma_pool *dheaders;

Completed in 42 milliseconds