/Linux-v5.10/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 163 dma_pool_destroy(phba->lpfc_drb_pool); in lpfc_mem_alloc() 166 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_alloc() 183 dma_pool_destroy(phba->lpfc_mbuf_pool); in lpfc_mem_alloc() 222 dma_pool_destroy(phba->lpfc_nvmet_drb_pool); in lpfc_mem_free() 225 dma_pool_destroy(phba->lpfc_drb_pool); in lpfc_mem_free() 228 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_free() 231 dma_pool_destroy(phba->lpfc_hbq_pool); in lpfc_mem_free() 255 dma_pool_destroy(phba->lpfc_mbuf_pool); in lpfc_mem_free() 331 dma_pool_destroy(phba->lpfc_sg_dma_buf_pool); in lpfc_mem_free_all() 334 dma_pool_destroy(phba->lpfc_cmd_rsp_buf_pool); in lpfc_mem_free_all()
|
/Linux-v5.10/drivers/usb/host/ |
D | ehci-mem.c | 118 dma_pool_destroy(ehci->qtd_pool); in ehci_mem_cleanup() 120 dma_pool_destroy(ehci->qh_pool); in ehci_mem_cleanup() 122 dma_pool_destroy(ehci->itd_pool); in ehci_mem_cleanup() 124 dma_pool_destroy(ehci->sitd_pool); in ehci_mem_cleanup()
|
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()
|
D | uhci-hcd.c | 546 dma_pool_destroy(uhci->qh_pool); in release_uhci() 548 dma_pool_destroy(uhci->td_pool); in release_uhci() 691 dma_pool_destroy(uhci->qh_pool); in uhci_start() 694 dma_pool_destroy(uhci->td_pool); in uhci_start()
|
/Linux-v5.10/include/linux/ |
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-v5.10/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 42 dma_pool_destroy(E); 54 * dma_pool_destroy@p\)(E, ...);
|
/Linux-v5.10/drivers/dma/fsl-dpaa2-qdma/ |
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() 611 dma_pool_destroy(qchan->fd_pool); in dpaa2_dpdmai_free_channels() 612 dma_pool_destroy(qchan->fl_pool); in dpaa2_dpdmai_free_channels() 613 dma_pool_destroy(qchan->sdd_pool); in dpaa2_dpdmai_free_channels()
|
/Linux-v5.10/drivers/staging/kpc2000/kpc_dma/ |
D | dma.c | 111 dma_pool_destroy(eng->desc_pool); in setup_dma_engine() 226 dma_pool_destroy(eng->desc_pool); in destroy_dma_engine()
|
/Linux-v5.10/mm/ |
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-v5.10/drivers/usb/core/ |
D | buffer.c | 103 dma_pool_destroy(hcd->pool[i]); in hcd_buffer_destroy()
|
/Linux-v5.10/arch/arm/common/ |
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-v5.10/drivers/infiniband/hw/mthca/ |
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-v5.10/drivers/scsi/megaraid/ |
D | megaraid_mm.c | 1008 dma_pool_destroy(adapter->pthru_dma_pool); in mraid_mm_register_adp() 1162 dma_pool_destroy(adp->pthru_dma_pool); in mraid_mm_free_adp_resources() 1189 dma_pool_destroy(pool->handle); in mraid_mm_teardown_dma_pools()
|
/Linux-v5.10/drivers/dma/ |
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()
|
D | coh901318_lli.c | 50 dma_pool_destroy(pool->dmapool); in coh901318_pool_destroy()
|
/Linux-v5.10/drivers/mailbox/ |
D | bcm-pdc-mailbox.c | 1610 dma_pool_destroy(pdcs->rx_buf_pool); in pdc_probe() 1613 dma_pool_destroy(pdcs->ring_pool); in pdc_probe() 1629 dma_pool_destroy(pdcs->rx_buf_pool); in pdc_remove() 1630 dma_pool_destroy(pdcs->ring_pool); in pdc_remove()
|
D | bcm-flexrm-mailbox.c | 1664 dma_pool_destroy(mbox->cmpl_pool); in flexrm_mbox_probe() 1666 dma_pool_destroy(mbox->bd_pool); in flexrm_mbox_probe() 1680 dma_pool_destroy(mbox->cmpl_pool); in flexrm_mbox_remove() 1681 dma_pool_destroy(mbox->bd_pool); in flexrm_mbox_remove()
|
/Linux-v5.10/drivers/gpu/drm/vmwgfx/ |
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-v5.10/drivers/crypto/cavium/nitrox/ |
D | nitrox_lib.c | 207 dma_pool_destroy(ndev->ctx_pool); in destroy_crypto_dma_pool()
|
/Linux-v5.10/drivers/crypto/ccp/ |
D | ccp-dev-v3.c | 513 dma_pool_destroy(ccp->cmd_q[i].dma_pool); in ccp_init() 551 dma_pool_destroy(ccp->cmd_q[i].dma_pool); in ccp_destroy()
|
/Linux-v5.10/drivers/scsi/ |
D | myrs.c | 2194 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools() 2205 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools() 2207 dma_pool_destroy(cs->sense_pool); in myrs_create_mempools() 2218 dma_pool_destroy(cs->dcdb_pool); in myrs_create_mempools() 2220 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools() 2222 dma_pool_destroy(cs->sense_pool); in myrs_create_mempools() 2241 dma_pool_destroy(cs->sg_pool); in myrs_destroy_mempools() 2242 dma_pool_destroy(cs->dcdb_pool); in myrs_destroy_mempools() 2243 dma_pool_destroy(cs->sense_pool); in myrs_destroy_mempools()
|
/Linux-v5.10/drivers/infiniband/hw/hns/ |
D | hns_roce_cmd.c | 226 dma_pool_destroy(hr_dev->cmd.pool); in hns_roce_cmd_cleanup()
|
/Linux-v5.10/drivers/firmware/google/ |
D | gsmi.c | 1035 dma_pool_destroy(gsmi_dev.dma_pool); in gsmi_init() 1060 dma_pool_destroy(gsmi_dev.dma_pool); in gsmi_exit()
|
/Linux-v5.10/drivers/crypto/ |
D | ixp4xx_crypto.c | 509 dma_pool_destroy(ctx_pool); in init_ixp_crypto() 510 dma_pool_destroy(buffer_pool); in init_ixp_crypto() 524 dma_pool_destroy(ctx_pool); in release_ixp_crypto() 525 dma_pool_destroy(buffer_pool); in release_ixp_crypto()
|
/Linux-v5.10/drivers/net/ethernet/marvell/prestera/ |
D | prestera_rxtx.c | 668 dma_pool_destroy(sdma->desc_pool); in prestera_sdma_switch_init() 682 dma_pool_destroy(sdma->desc_pool); in prestera_sdma_switch_fini()
|