dma_free_coherent  652 include/linux/dma-mapping.h static inline void dma_free_coherent(struct device *dev, size_t size,
dma_free_coherent   22 tools/virtio/linux/dma-mapping.h #define dma_free_coherent(d, s, p, h) kfree(p)