/linux/scripts/coccinelle/api/alloc/ |
A D | pool_zalloc-simple.cocci | 8 // Keywords: dma_pool_zalloc, pci_pool_zalloc 40 + x = dma_pool_zalloc(a,b,c);
|
/linux/drivers/usb/host/ |
A D | ohci-mem.c | 100 td = dma_pool_zalloc(hc->td_cache, mem_flags, &dma); in td_alloc() 144 ed = dma_pool_zalloc(hc->ed_cache, mem_flags, &dma); in ed_alloc()
|
A D | ehci-mem.c | 76 dma_pool_zalloc(ehci->qh_pool, flags, &dma); in ehci_qh_alloc()
|
A D | xhci-mem.c | 42 seg->trbs = dma_pool_zalloc(xhci->segment_pool, flags, &dma); in xhci_segment_alloc() 487 ctx->bytes = dma_pool_zalloc(xhci->device_pool, flags, &ctx->dma); in xhci_alloc_container_ctx()
|
/linux/include/linux/ |
A D | dmapool.h | 52 static inline void *dma_pool_zalloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_zalloc() function
|
/linux/drivers/usb/cdns3/ |
A D | cdnsp-mem.c | 42 seg->trbs = dma_pool_zalloc(pdev->segment_pool, flags, &dma); in cdnsp_segment_alloc() 468 pdev->out_ctx.bytes = dma_pool_zalloc(pdev->device_pool, GFP_ATOMIC, in cdnsp_init_device_ctx() 477 pdev->in_ctx.bytes = dma_pool_zalloc(pdev->device_pool, GFP_ATOMIC, in cdnsp_init_device_ctx() 539 return dma_pool_zalloc(pdev->device_pool, GFP_DMA32 | GFP_ATOMIC, in cdnsp_alloc_stream_ctx()
|
/linux/drivers/crypto/cavium/nitrox/ |
A D | nitrox_lib.c | 226 vaddr = dma_pool_zalloc(ndev->ctx_pool, GFP_KERNEL, &dma); in crypto_alloc_context()
|
/linux/drivers/s390/cio/ |
A D | airq.c | 145 iv->vector = dma_pool_zalloc(airq_iv_cache, GFP_KERNEL, in airq_iv_create()
|
/linux/drivers/mailbox/ |
A D | bcm-pdc-mailbox.c | 832 vaddr = dma_pool_zalloc(pdcs->rx_buf_pool, GFP_ATOMIC, &daddr); in pdc_rx_list_init() 994 tx.vbase = dma_pool_zalloc(pdcs->ring_pool, GFP_KERNEL, &tx.dmabase); in pdc_ring_init() 1001 rx.vbase = dma_pool_zalloc(pdcs->ring_pool, GFP_KERNEL, &rx.dmabase); in pdc_ring_init()
|
/linux/drivers/infiniband/hw/mthca/ |
A D | mthca_av.c | 189 ah->av = dma_pool_zalloc(dev->av_table.pool, in mthca_create_ah()
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_cmdbuf.c | 878 header->cb_header = dma_pool_zalloc(man->headers, GFP_KERNEL, in vmw_cmdbuf_space_pool() 925 dheader = dma_pool_zalloc(man->dheaders, GFP_KERNEL, in vmw_cmdbuf_space_inline()
|
/linux/drivers/crypto/marvell/cesa/ |
A D | tdma.c | 197 new_tdma = dma_pool_zalloc(cesa_dev->dma->tdma_desc_pool, flags, in mv_cesa_dma_add_desc()
|
/linux/drivers/scsi/mpi3mr/ |
A D | mpi3mr_fw.c | 2499 mrioc->reply_buf = dma_pool_zalloc(mrioc->reply_buf_pool, GFP_KERNEL, in mpi3mr_alloc_reply_sense_bufs() 2514 mrioc->reply_free_q = dma_pool_zalloc(mrioc->reply_free_q_pool, in mpi3mr_alloc_reply_sense_bufs() 2527 mrioc->sense_buf = dma_pool_zalloc(mrioc->sense_buf_pool, GFP_KERNEL, in mpi3mr_alloc_reply_sense_bufs() 2540 mrioc->sense_buf_q = dma_pool_zalloc(mrioc->sense_buf_q_pool, in mpi3mr_alloc_reply_sense_bufs() 2890 dma_pool_zalloc(mrioc->chain_buf_pool, GFP_KERNEL, in mpi3mr_alloc_chain_bufs()
|
/linux/drivers/usb/mtu3/ |
A D | mtu3_qmu.c | 171 gpd = dma_pool_zalloc(mep->mtu->qmu_gpd_pool, GFP_ATOMIC, &ring->dma); in mtu3_gpd_ring_alloc()
|
/linux/drivers/scsi/qla2xxx/ |
A D | qla_mbx.c | 1962 pd = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &pd_dma); in qla2x00_get_port_database() 2502 lg = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &lg_dma); in qla24xx_login_fabric() 2771 lg = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &lg_dma); in qla24xx_fabric_logout() 3067 pmap = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &pmap_dma); in qla2x00_get_fcal_position_map() 3262 abt = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &abt_dma); in qla24xx_abort_command() 3347 tsk = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &tsk_dma); in __qla24xx_issue_tmf() 4232 vpmod = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &vpmod_dma); in qla24xx_modify_vp_config() 6550 pd = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &pd_dma); in qla24xx_gpdb_wait()
|
/linux/drivers/scsi/elx/libefc/ |
A D | efc_node.c | 67 dma->virt = dma_pool_zalloc(efc->node_dma_pool, GFP_ATOMIC, &dma->phys); in efc_node_alloc()
|
/linux/drivers/usb/chipidea/ |
A D | udc.c | 368 node->ptr = dma_pool_zalloc(hwep->td_pool, GFP_ATOMIC, &node->dma); in add_td_to_list() 1860 hwep->qh.ptr = dma_pool_zalloc(ci->qh_pool, GFP_KERNEL, in init_eps()
|
/linux/drivers/dma/ |
A D | fsldma.c | 463 desc = dma_pool_zalloc(chan->desc_pool, GFP_ATOMIC, &pdesc); in fsl_dma_alloc_descriptor()
|
A D | mmp_pdma.c | 368 desc = dma_pool_zalloc(chan->desc_pool, GFP_ATOMIC, &pdesc); in mmp_pdma_alloc_descriptor()
|
A D | pch_dma.c | 432 desc = dma_pool_zalloc(pd->pool, flags, &addr); in pdc_alloc_desc()
|
A D | k3dma.c | 479 ds->desc_hw = dma_pool_zalloc(d->pool, GFP_NOWAIT, &ds->desc_hw_lli); in k3_dma_alloc_desc_resource()
|
/linux/drivers/crypto/hisilicon/sec/ |
A D | sec_algs.c | 193 sgl_next = dma_pool_zalloc(info->hw_sgl_pool, in sec_alloc_and_fill_hw_sgl()
|
/linux/drivers/dma/xilinx/ |
A D | xilinx_dma.c | 642 segment = dma_pool_zalloc(chan->desc_pool, GFP_ATOMIC, &phys); in xilinx_vdma_alloc_tx_segment() 663 segment = dma_pool_zalloc(chan->desc_pool, GFP_ATOMIC, &phys); in xilinx_cdma_alloc_tx_segment()
|
/linux/drivers/scsi/qla4xxx/ |
A D | ql4_mbx.c | 1582 chap_table = dma_pool_zalloc(ha->chap_dma_pool, GFP_KERNEL, &chap_dma); in qla4xxx_get_chap() 1645 chap_table = dma_pool_zalloc(ha->chap_dma_pool, GFP_KERNEL, &chap_dma); in qla4xxx_set_chap()
|
/linux/drivers/scsi/aic94xx/ |
A D | aic94xx_hwi.c | 1042 ascb->dma_scb.vaddr = dma_pool_zalloc(asd_ha->scb_pool, in asd_ascb_alloc()
|