Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dcio.h368 void cio_gp_dma_destroy(struct gen_pool *gp_dma, struct device *dma_dev);
/kernel/linux/linux-5.10/drivers/s390/cio/
Ddevice.c693 cio_gp_dma_destroy(cdev->private->dma_pool, &cdev->dev); in ccw_device_release()
724 cio_gp_dma_destroy(dma_pool, &cdev->dev); in io_subchannel_allocate_dev()
Dcss.c1157 void cio_gp_dma_destroy(struct gen_pool *gp_dma, struct device *dma_dev) in cio_gp_dma_destroy() function