Searched refs:dma_pool (Results 1 – 3 of 3) sorted by relevance
48 struct dma_pool { /* the pool */ struct75 struct dma_pool *pool; in pools_show() argument160 static void pool_init_page(struct dma_pool *pool, struct dma_page *page) in pool_init_page()182 static struct dma_block *pool_block_pop(struct dma_pool *pool) in pool_block_pop()229 struct dma_pool *retval; in dma_pool_create_node()363 void dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy()407 void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_alloc()472 struct dma_pool *pool = *(struct dma_pool **)res; in dmam_pool_release()479 return *(struct dma_pool **)res == match_data; in dmam_pool_match()499 struct dma_pool **ptr, *pool; in dmam_pool_create()[all …]
31 static struct dma_pool *pool;
1225 tristate "Enable a module to run time tests on dma_pool"
Completed in 12 milliseconds