Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddmapool.h24 void dma_pool_destroy(struct dma_pool *pool);
41 static inline void dma_pool_destroy(struct dma_pool *pool) { } in dma_pool_destroy() function
Dpci.h1359 #define pci_pool_destroy(pool) dma_pool_destroy(pool)
/linux-4.19.296/drivers/thunderbolt/
Dctl.c666 dma_pool_destroy(ctl->frame_pool); in tb_ctl_free()