/linux/drivers/scsi/lpfc/ |
A D | lpfc_mem.c | 164 dma_pool_destroy(phba->lpfc_drb_pool); in lpfc_mem_alloc() 167 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_alloc() 184 dma_pool_destroy(phba->lpfc_mbuf_pool); in lpfc_mem_alloc() 223 dma_pool_destroy(phba->lpfc_nvmet_drb_pool); in lpfc_mem_free() 226 dma_pool_destroy(phba->lpfc_drb_pool); in lpfc_mem_free() 229 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_free() 232 dma_pool_destroy(phba->lpfc_hbq_pool); in lpfc_mem_free() 256 dma_pool_destroy(phba->lpfc_mbuf_pool); in lpfc_mem_free() 332 dma_pool_destroy(phba->lpfc_sg_dma_buf_pool); in lpfc_mem_free_all() 335 dma_pool_destroy(phba->lpfc_cmd_rsp_buf_pool); in lpfc_mem_free_all()
|
/linux/drivers/usb/host/ |
A D | ehci-mem.c | 117 dma_pool_destroy(ehci->qtd_pool); in ehci_mem_cleanup() 119 dma_pool_destroy(ehci->qh_pool); in ehci_mem_cleanup() 121 dma_pool_destroy(ehci->itd_pool); in ehci_mem_cleanup() 123 dma_pool_destroy(ehci->sitd_pool); in ehci_mem_cleanup()
|
A D | ohci-mem.c | 59 dma_pool_destroy (ohci->td_cache); in ohci_mem_init() 67 dma_pool_destroy(ohci->td_cache); in ohci_mem_cleanup() 69 dma_pool_destroy(ohci->ed_cache); in ohci_mem_cleanup()
|
A D | uhci-hcd.c | 547 dma_pool_destroy(uhci->qh_pool); in release_uhci() 549 dma_pool_destroy(uhci->td_pool); in release_uhci() 689 dma_pool_destroy(uhci->qh_pool); in uhci_start() 692 dma_pool_destroy(uhci->td_pool); in uhci_start()
|
/linux/include/linux/ |
A D | dmapool.h | 24 void dma_pool_destroy(struct dma_pool *pool); 41 static inline void dma_pool_destroy(struct dma_pool *pool) { } in dma_pool_destroy() function
|
/linux/drivers/dma/fsl-dpaa2-qdma/ |
A D | dpaa2-qdma.c | 56 dma_pool_destroy(dpaa2_chan->fl_pool); in dpaa2_qdma_alloc_chan_resources() 58 dma_pool_destroy(dpaa2_chan->fd_pool); in dpaa2_qdma_alloc_chan_resources() 80 dma_pool_destroy(dpaa2_chan->fd_pool); in dpaa2_qdma_free_chan_resources() 81 dma_pool_destroy(dpaa2_chan->fl_pool); in dpaa2_qdma_free_chan_resources() 82 dma_pool_destroy(dpaa2_chan->sdd_pool); in dpaa2_qdma_free_chan_resources() 613 dma_pool_destroy(qchan->fd_pool); in dpaa2_dpdmai_free_channels() 614 dma_pool_destroy(qchan->fl_pool); in dpaa2_dpdmai_free_channels() 615 dma_pool_destroy(qchan->sdd_pool); in dpaa2_dpdmai_free_channels()
|
/linux/scripts/coccinelle/free/ |
A D | ifnullfree.cocci | 42 dma_pool_destroy(E); 54 * dma_pool_destroy@p\)(E, ...);
|
/linux/mm/ |
A D | dmapool.c | 267 void dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy() function 302 EXPORT_SYMBOL(dma_pool_destroy); 476 dma_pool_destroy(pool); in dmam_pool_release()
|
/linux/drivers/scsi/elx/libefc/ |
A D | efclib.c | 80 dma_pool_destroy(efc->node_dma_pool); in efcport_destroy()
|
/linux/arch/arm/common/ |
A D | dmabounce.c | 537 dma_pool_destroy(device_info->small.pool); in dmabounce_register_dev() 565 dma_pool_destroy(device_info->small.pool); in dmabounce_unregister_dev() 567 dma_pool_destroy(device_info->large.pool); in dmabounce_unregister_dev()
|
/linux/drivers/usb/core/ |
A D | buffer.c | 105 dma_pool_destroy(hcd->pool[i]); in hcd_buffer_destroy()
|
/linux/drivers/infiniband/hw/mthca/ |
A D | mthca_av.c | 360 dma_pool_destroy(dev->av_table.pool); in mthca_init_av_table() 374 dma_pool_destroy(dev->av_table.pool); in mthca_cleanup_av_table()
|
/linux/drivers/scsi/megaraid/ |
A D | megaraid_mm.c | 1017 dma_pool_destroy(adapter->pthru_dma_pool); in mraid_mm_register_adp() 1171 dma_pool_destroy(adp->pthru_dma_pool); in mraid_mm_free_adp_resources() 1198 dma_pool_destroy(pool->handle); in mraid_mm_teardown_dma_pools()
|
/linux/drivers/usb/cdns3/ |
A D | cdnsp-mem.c | 1083 dma_pool_destroy(pdev->segment_pool); in cdnsp_mem_cleanup() 1085 dma_pool_destroy(pdev->device_pool); in cdnsp_mem_cleanup() 1327 dma_pool_destroy(pdev->device_pool); in cdnsp_mem_init() 1329 dma_pool_destroy(pdev->segment_pool); in cdnsp_mem_init()
|
/linux/drivers/dma/ |
A D | fsl-qdma.c | 346 dma_pool_destroy(fsl_queue->comp_pool); in fsl_qdma_free_chan_resources() 347 dma_pool_destroy(fsl_queue->desc_pool); in fsl_qdma_free_chan_resources() 1111 dma_pool_destroy(fsl_queue->desc_pool); in fsl_qdma_alloc_chan_resources() 1113 dma_pool_destroy(fsl_queue->comp_pool); in fsl_qdma_alloc_chan_resources()
|
/linux/drivers/mailbox/ |
A D | bcm-pdc-mailbox.c | 1609 dma_pool_destroy(pdcs->rx_buf_pool); in pdc_probe() 1612 dma_pool_destroy(pdcs->ring_pool); in pdc_probe() 1628 dma_pool_destroy(pdcs->rx_buf_pool); in pdc_remove() 1629 dma_pool_destroy(pdcs->ring_pool); in pdc_remove()
|
A D | bcm-flexrm-mailbox.c | 1663 dma_pool_destroy(mbox->cmpl_pool); in flexrm_mbox_probe() 1665 dma_pool_destroy(mbox->bd_pool); in flexrm_mbox_probe() 1679 dma_pool_destroy(mbox->cmpl_pool); in flexrm_mbox_remove() 1680 dma_pool_destroy(mbox->bd_pool); in flexrm_mbox_remove()
|
/linux/drivers/scsi/ |
A D | myrs.c | 2191 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools() 2202 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools() 2204 dma_pool_destroy(cs->sense_pool); in myrs_create_mempools() 2215 dma_pool_destroy(cs->dcdb_pool); in myrs_create_mempools() 2217 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools() 2219 dma_pool_destroy(cs->sense_pool); in myrs_create_mempools() 2238 dma_pool_destroy(cs->sg_pool); in myrs_destroy_mempools() 2239 dma_pool_destroy(cs->dcdb_pool); in myrs_destroy_mempools() 2240 dma_pool_destroy(cs->sense_pool); in myrs_destroy_mempools()
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_cmdbuf.c | 1359 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_create() 1413 dma_pool_destroy(man->dheaders); in vmw_cmdbuf_man_destroy() 1414 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_destroy()
|
/linux/drivers/crypto/ccp/ |
A D | ccp-dev-v3.c | 512 dma_pool_destroy(ccp->cmd_q[i].dma_pool); in ccp_init() 550 dma_pool_destroy(ccp->cmd_q[i].dma_pool); in ccp_destroy()
|
/linux/drivers/crypto/cavium/nitrox/ |
A D | nitrox_lib.c | 207 dma_pool_destroy(ndev->ctx_pool); in destroy_crypto_dma_pool()
|
/linux/drivers/infiniband/hw/hns/ |
A D | hns_roce_cmd.c | 206 dma_pool_destroy(hr_dev->cmd.pool); in hns_roce_cmd_cleanup()
|
/linux/drivers/dma/ptdma/ |
A D | ptdma-dev.c | 268 dma_pool_destroy(pt->cmd_q.dma_pool); in pt_core_init()
|
/linux/drivers/crypto/ |
A D | ixp4xx_crypto.c | 565 dma_pool_destroy(ctx_pool); in init_ixp_crypto() 566 dma_pool_destroy(buffer_pool); in init_ixp_crypto() 580 dma_pool_destroy(ctx_pool); in release_ixp_crypto() 581 dma_pool_destroy(buffer_pool); in release_ixp_crypto()
|
/linux/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_rxtx.c | 673 dma_pool_destroy(sdma->desc_pool); in prestera_sdma_switch_init() 687 dma_pool_destroy(sdma->desc_pool); in prestera_sdma_switch_fini()
|