Home
last modified time | relevance | path

Searched refs:dma_pool_destroy (Results 1 - 25 of 192) sorted by relevance

12345678

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_mem.c164 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(phb in lpfc_mem_free_all()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_mem.c164 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(phb in lpfc_mem_free_all()
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A 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()
H A Dehci-mem.c118 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()
H A Duhci-hcd.c546 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()
/kernel/linux/linux-6.6/drivers/usb/host/
H A 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()
H A 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()
H A 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()
/kernel/linux/linux-5.10/include/linux/
H A 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
/kernel/linux/linux-6.6/include/linux/
H A 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
/kernel/linux/linux-5.10/drivers/dma/fsl-dpaa2-qdma/
H A 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()
616 dma_pool_destroy(qchan->fd_pool); in dpaa2_dpdmai_free_channels()
617 dma_pool_destroy(qchan->fl_pool); in dpaa2_dpdmai_free_channels()
618 dma_pool_destroy(qchan->sdd_pool); in dpaa2_dpdmai_free_channels()
/kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/
H A 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()
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defclib.c80 dma_pool_destroy(efc->node_dma_pool); in efcport_destroy()
/kernel/linux/linux-5.10/arch/arm/common/
H A Ddmabounce.c537 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()
/kernel/linux/linux-5.10/mm/
H A Ddmapool.c174 * dma_pool_create() and dma_pool_destroy() or within dma_pool_create() in dma_pool_create()
260 * dma_pool_destroy - destroys a pool of dma memory blocks.
267 void dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy() function
302 EXPORT_SYMBOL(dma_pool_destroy); variable
476 dma_pool_destroy(pool); in dmam_pool_release()
518 * dmam_pool_destroy - Managed dma_pool_destroy()
521 * Managed dma_pool_destroy().
/kernel/linux/linux-6.6/mm/
H A Ddmapool.c272 * dma_pool_create() and dma_pool_destroy() or within dma_pool_create() in dma_pool_create()
353 * dma_pool_destroy - destroys a pool of dma memory blocks.
360 void dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy() function
392 EXPORT_SYMBOL(dma_pool_destroy); variable
471 dma_pool_destroy(pool); in dmam_pool_release()
513 * dmam_pool_destroy - Managed dma_pool_destroy()
516 * Managed dma_pool_destroy().
H A Ddmapool_test.c95 dma_pool_destroy(pool); in dmapool_test_block()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A 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()
/kernel/linux/linux-5.10/drivers/staging/kpc2000/kpc_dma/
H A Ddma.c111 dma_pool_destroy(eng->desc_pool); in setup_dma_engine()
226 dma_pool_destroy(eng->desc_pool); in destroy_dma_engine()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A 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()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dbuffer.c103 dma_pool_destroy(hcd->pool[i]); in hcd_buffer_destroy()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dbuffer.c105 dma_pool_destroy(hcd->pool[i]); in hcd_buffer_destroy()
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c1359 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A 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()

Completed in 16 milliseconds

12345678