Home
last modified time | relevance | path

Searched refs:dma_pool_destroy (Results 1 – 25 of 107) sorted by relevance

12345

/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_mem.c187 dma_pool_destroy(phba->lpfc_drb_pool); in lpfc_mem_alloc()
190 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_alloc()
207 dma_pool_destroy(phba->lpfc_mbuf_pool); in lpfc_mem_alloc()
246 dma_pool_destroy(phba->lpfc_nvmet_drb_pool); in lpfc_mem_free()
249 dma_pool_destroy(phba->lpfc_drb_pool); in lpfc_mem_free()
252 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_free()
255 dma_pool_destroy(phba->lpfc_hbq_pool); in lpfc_mem_free()
279 dma_pool_destroy(phba->lpfc_mbuf_pool); in lpfc_mem_free()
339 dma_pool_destroy(phba->lpfc_sg_dma_buf_pool); in lpfc_mem_free_all()
342 dma_pool_destroy(phba->lpfc_cmd_rsp_buf_pool); in lpfc_mem_free_all()
/linux-6.12.1/drivers/usb/host/
Dehci-mem.c117 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()
Dohci-mem.c59 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()
Duhci-hcd.c547 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-6.12.1/include/linux/
Ddmapool.h24 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-6.12.1/scripts/coccinelle/free/
Difnullfree.cocci42 dma_pool_destroy(E);
54 * dma_pool_destroy@p\)(E, ...);
/linux-6.12.1/drivers/dma/fsl-dpaa2-qdma/
Ddpaa2-qdma.c58 dma_pool_destroy(dpaa2_chan->fl_pool); in dpaa2_qdma_alloc_chan_resources()
60 dma_pool_destroy(dpaa2_chan->fd_pool); in dpaa2_qdma_alloc_chan_resources()
82 dma_pool_destroy(dpaa2_chan->fd_pool); in dpaa2_qdma_free_chan_resources()
83 dma_pool_destroy(dpaa2_chan->fl_pool); in dpaa2_qdma_free_chan_resources()
84 dma_pool_destroy(dpaa2_chan->sdd_pool); in dpaa2_qdma_free_chan_resources()
615 dma_pool_destroy(qchan->fd_pool); in dpaa2_dpdmai_free_channels()
616 dma_pool_destroy(qchan->fl_pool); in dpaa2_dpdmai_free_channels()
617 dma_pool_destroy(qchan->sdd_pool); in dpaa2_dpdmai_free_channels()
/linux-6.12.1/mm/
Ddmapool.c360 void dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy() function
392 EXPORT_SYMBOL(dma_pool_destroy);
471 dma_pool_destroy(pool); in dmam_pool_release()
Ddmapool_test.c95 dma_pool_destroy(pool); in dmapool_test_block()
/linux-6.12.1/drivers/infiniband/hw/erdma/
Derdma_main.c198 dma_pool_destroy(dev->db_pool); in erdma_device_init()
201 dma_pool_destroy(dev->resp_pool); in erdma_device_init()
208 dma_pool_destroy(dev->db_pool); in erdma_device_uninit()
209 dma_pool_destroy(dev->resp_pool); in erdma_device_uninit()
/linux-6.12.1/drivers/scsi/elx/libefc/
Defclib.c80 dma_pool_destroy(efc->node_dma_pool); in efcport_destroy()
/linux-6.12.1/drivers/infiniband/hw/mthca/
Dmthca_av.c360 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-6.12.1/drivers/usb/core/
Dbuffer.c105 dma_pool_destroy(hcd->pool[i]); in hcd_buffer_destroy()
/linux-6.12.1/drivers/scsi/megaraid/
Dmegaraid_mm.c1017 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-6.12.1/drivers/mailbox/
Dbcm-pdc-mailbox.c1596 dma_pool_destroy(pdcs->rx_buf_pool); in pdc_probe()
1599 dma_pool_destroy(pdcs->ring_pool); in pdc_probe()
1615 dma_pool_destroy(pdcs->rx_buf_pool); in pdc_remove()
1616 dma_pool_destroy(pdcs->ring_pool); in pdc_remove()
Dbcm-flexrm-mailbox.c1646 dma_pool_destroy(mbox->cmpl_pool); in flexrm_mbox_probe()
1648 dma_pool_destroy(mbox->bd_pool); in flexrm_mbox_probe()
1662 dma_pool_destroy(mbox->cmpl_pool); in flexrm_mbox_remove()
1663 dma_pool_destroy(mbox->bd_pool); in flexrm_mbox_remove()
/linux-6.12.1/drivers/dma/
Dfsl-qdma.c351 dma_pool_destroy(fsl_queue->comp_pool); in fsl_qdma_free_chan_resources()
352 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()
Dloongson1-apb-dma.c150 dma_pool_destroy(chan->lli_pool); in ls1x_dma_free_chan_resources()
181 dma_pool_destroy(chan->lli_pool); in ls1x_dma_alloc_chan_resources()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-mem.c1083 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-6.12.1/drivers/scsi/
Dmyrs.c2189 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2200 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2202 dma_pool_destroy(cs->sense_pool); in myrs_create_mempools()
2212 dma_pool_destroy(cs->dcdb_pool); in myrs_create_mempools()
2214 dma_pool_destroy(cs->sg_pool); in myrs_create_mempools()
2216 dma_pool_destroy(cs->sense_pool); in myrs_create_mempools()
2235 dma_pool_destroy(cs->sg_pool); in myrs_destroy_mempools()
2236 dma_pool_destroy(cs->dcdb_pool); in myrs_destroy_mempools()
2237 dma_pool_destroy(cs->sense_pool); in myrs_destroy_mempools()
/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c1349 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_create()
1400 dma_pool_destroy(man->dheaders); in vmw_cmdbuf_man_destroy()
1401 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_destroy()
/linux-6.12.1/drivers/crypto/ccp/
Dccp-dev-v3.c512 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-6.12.1/drivers/crypto/cavium/nitrox/
Dnitrox_lib.c207 dma_pool_destroy(ndev->ctx_pool); in destroy_crypto_dma_pool()
/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_cmd.c213 dma_pool_destroy(hr_dev->cmd.pool); in hns_roce_cmd_cleanup()
/linux-6.12.1/drivers/dma/ptdma/
Dptdma-dev.c272 dma_pool_destroy(pt->cmd_q.dma_pool); in pt_core_init()

12345