/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 165 dma_pool_destroy(phba->lpfc_drb_pool); in lpfc_mem_alloc() 168 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_alloc() 185 dma_pool_destroy(phba->lpfc_mbuf_pool); in lpfc_mem_alloc() 224 dma_pool_destroy(phba->lpfc_nvmet_drb_pool); in lpfc_mem_free() 227 dma_pool_destroy(phba->lpfc_drb_pool); in lpfc_mem_free() 230 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_free() 233 dma_pool_destroy(phba->txrdy_payload_pool); in lpfc_mem_free() 236 dma_pool_destroy(phba->lpfc_hbq_pool); in lpfc_mem_free() 260 dma_pool_destroy(phba->lpfc_mbuf_pool); in lpfc_mem_free() 336 dma_pool_destroy(phba->lpfc_sg_dma_buf_pool); in lpfc_mem_free_all() [all …]
|
/Linux-v5.4/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.4/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.4/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 36 dma_pool_destroy(E); 47 * dma_pool_destroy@p\)(E);
|
/Linux-v5.4/drivers/staging/kpc2000/kpc_dma/ |
D | dma.c | 112 dma_pool_destroy(eng->desc_pool); in setup_dma_engine() 227 dma_pool_destroy(eng->desc_pool); in destroy_dma_engine()
|
/Linux-v5.4/mm/ |
D | dmapool.c | 269 void dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy() function 307 EXPORT_SYMBOL(dma_pool_destroy); 484 dma_pool_destroy(pool); in dmam_pool_release()
|
/Linux-v5.4/drivers/usb/core/ |
D | buffer.c | 103 dma_pool_destroy(hcd->pool[i]); in hcd_buffer_destroy()
|
/Linux-v5.4/arch/arm/common/ |
D | dmabounce.c | 536 dma_pool_destroy(device_info->small.pool); in dmabounce_register_dev() 564 dma_pool_destroy(device_info->small.pool); in dmabounce_unregister_dev() 566 dma_pool_destroy(device_info->large.pool); in dmabounce_unregister_dev()
|
/Linux-v5.4/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.4/drivers/scsi/megaraid/ |
D | megaraid_mm.c | 1016 dma_pool_destroy(adapter->pthru_dma_pool); in mraid_mm_register_adp() 1170 dma_pool_destroy(adp->pthru_dma_pool); in mraid_mm_free_adp_resources() 1197 dma_pool_destroy(pool->handle); in mraid_mm_teardown_dma_pools()
|
D | megaraid_sas_fusion.c | 398 dma_pool_destroy(fusion->sg_dma_pool); in megasas_free_cmds_fusion() 402 dma_pool_destroy(fusion->sense_dma_pool); in megasas_free_cmds_fusion() 423 dma_pool_destroy(fusion->io_request_frames_pool); in megasas_free_cmds_fusion() 485 dma_pool_destroy(fusion->sense_dma_pool); in megasas_create_sg_sense_fusion() 601 dma_pool_destroy(fusion->io_request_frames_pool); in megasas_alloc_request_fusion() 618 dma_pool_destroy(fusion->io_request_frames_pool); in megasas_alloc_request_fusion() 693 dma_pool_destroy(fusion->reply_frames_desc_pool); in megasas_alloc_reply_fusion() 875 dma_pool_destroy(fusion->reply_frames_desc_pool); in megasas_free_rdpq_fusion() 876 dma_pool_destroy(fusion->reply_frames_desc_pool_align); in megasas_free_rdpq_fusion() 896 dma_pool_destroy(fusion->reply_frames_desc_pool); in megasas_free_reply_fusion()
|
/Linux-v5.4/drivers/staging/wusbcore/host/whci/ |
D | init.c | 167 dma_pool_destroy(whc->qset_pool); in whc_clean_up()
|
/Linux-v5.4/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 | 1663 dma_pool_destroy(mbox->cmpl_pool); in flexrm_mbox_probe() 1664 dma_pool_destroy(mbox->bd_pool); in flexrm_mbox_probe() 1678 dma_pool_destroy(mbox->cmpl_pool); in flexrm_mbox_remove() 1679 dma_pool_destroy(mbox->bd_pool); in flexrm_mbox_remove()
|
/Linux-v5.4/drivers/dma/ |
D | fsl-qdma.c | 334 dma_pool_destroy(fsl_queue->comp_pool); in fsl_qdma_free_chan_resources() 335 dma_pool_destroy(fsl_queue->desc_pool); in fsl_qdma_free_chan_resources() 1060 dma_pool_destroy(fsl_queue->desc_pool); in fsl_qdma_alloc_chan_resources() 1062 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.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf.c | 1358 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_create() 1412 dma_pool_destroy(man->dheaders); in vmw_cmdbuf_man_destroy() 1413 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_destroy()
|
/Linux-v5.4/drivers/crypto/cavium/nitrox/ |
D | nitrox_lib.c | 207 dma_pool_destroy(ndev->ctx_pool); in destroy_crypto_dma_pool()
|
/Linux-v5.4/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.4/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.4/drivers/infiniband/hw/hns/ |
D | hns_roce_cmd.c | 226 dma_pool_destroy(hr_dev->cmd.pool); in hns_roce_cmd_cleanup()
|
/Linux-v5.4/drivers/firmware/google/ |
D | gsmi.c | 1016 dma_pool_destroy(gsmi_dev.dma_pool); in gsmi_init() 1038 dma_pool_destroy(gsmi_dev.dma_pool); in gsmi_exit()
|
/Linux-v5.4/drivers/crypto/ |
D | ixp4xx_crypto.c | 508 dma_pool_destroy(ctx_pool); in init_ixp_crypto() 509 dma_pool_destroy(buffer_pool); in init_ixp_crypto() 523 dma_pool_destroy(ctx_pool); in release_ixp_crypto() 524 dma_pool_destroy(buffer_pool); in release_ixp_crypto()
|