Home
last modified time | relevance | path

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

/linux/mm/
H A Ddmapool.c80 list_for_each_entry(pool, &dev->dma_pools, pools) { in pools_show()
279 empty = list_empty(&dev->dma_pools); in dma_pool_create()
280 list_add(&retval->pools, &dev->dma_pools); in dma_pool_create()
371 empty = list_empty(&pool->dev->dma_pools); in dma_pool_destroy()
/linux/include/linux/
H A Ddevice.h765 struct list_head dma_pools; /* dma pools (if dma'ble) */ member
/linux/drivers/base/
H A Dcore.c3192 INIT_LIST_HEAD(&dev->dma_pools); in device_initialize()