Home
last modified time | relevance | path

Searched refs:ttm_dma_find_pool (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_page_alloc_dma.c640 static struct dma_pool *ttm_dma_find_pool(struct device *dev, in ttm_dma_find_pool() function
917 pool = ttm_dma_find_pool(dev, type | IS_HUGE); in ttm_dma_populate()
954 pool = ttm_dma_find_pool(dev, type); in ttm_dma_populate()
1010 pool = ttm_dma_find_pool(dev, type | IS_HUGE); in ttm_dma_unpopulate()
1034 pool = ttm_dma_find_pool(dev, type); in ttm_dma_unpopulate()
1038 is_cached = (ttm_dma_find_pool(pool->dev, in ttm_dma_unpopulate()