Symbol: dma_pool
sys/dev/drm/ttm/ttm_page_alloc_dma.c
1214
struct dma_pool *pool = NULL;
sys/dev/drm/ttm/ttm_page_alloc_dma.c
151
struct dma_pool *pool;
sys/dev/drm/ttm/ttm_page_alloc_dma.c
266
static int ttm_set_pages_caching(struct dma_pool *pool,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
286
static void __ttm_dma_free_page(struct dma_pool *pool, struct dma_page *d_page)
sys/dev/drm/ttm/ttm_page_alloc_dma.c
295
static struct dma_page *__ttm_dma_alloc_page(struct dma_pool *pool)
sys/dev/drm/ttm/ttm_page_alloc_dma.c
340
static void ttm_pool_update_free_locked(struct dma_pool *pool,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
349
static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page)
sys/dev/drm/ttm/ttm_page_alloc_dma.c
366
static void ttm_dma_pages_put(struct dma_pool *pool, struct list_head *d_pages,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
400
static unsigned ttm_dma_page_pool_free(struct dma_pool *pool, unsigned nr_free,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
497
struct dma_pool *pool;
sys/dev/drm/ttm/ttm_page_alloc_dma.c
539
struct dma_pool *pool = *(struct dma_pool **)res;
sys/dev/drm/ttm/ttm_page_alloc_dma.c
547
return *(struct dma_pool **)res == match_data;
sys/dev/drm/ttm/ttm_page_alloc_dma.c
550
static struct dma_pool *ttm_dma_pool_init(struct device *dev, gfp_t flags,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
556
struct dma_pool *pool = NULL, **ptr;
sys/dev/drm/ttm/ttm_page_alloc_dma.c
570
pool = kmalloc_node(sizeof(struct dma_pool), GFP_KERNEL,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
632
static struct dma_pool *ttm_dma_find_pool(struct device *dev,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
635
struct dma_pool *pool, *tmp;
sys/dev/drm/ttm/ttm_page_alloc_dma.c
662
static void ttm_dma_handle_caching_state_failure(struct dma_pool *pool,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
695
static int ttm_dma_pool_alloc_new_pages(struct dma_pool *pool,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
783
static int ttm_dma_page_pool_fill_locked(struct dma_pool *pool,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
830
static struct dma_page *ttm_dma_pool_get_pages(struct dma_pool *pool,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
888
struct dma_pool *pool;
sys/dev/drm/ttm/ttm_page_alloc_dma.c
992
struct dma_pool *pool;