Home
last modified time | relevance | path

Searched refs:vcalloc (Results 1 – 18 of 18) sorted by relevance

/linux/include/linux/
H A Dvmalloc.h202 #define vcalloc(...) alloc_hooks(vcalloc_noprof(__VA_ARGS__)) macro
/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.c204 qcq->q.info = vcalloc(num_descs, sizeof(*qcq->q.info)); in pdsc_qcq_alloc()
227 qcq->cq.info = vcalloc(num_descs, sizeof(*qcq->cq.info)); in pdsc_qcq_alloc()
/linux/mm/
H A Dmemfd_luo.c142 folios_ser = vcalloc(nr_folios, sizeof(*folios_ser)); in memfd_luo_preserve_folios()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_rx.c164 oq->buff_info = vcalloc(oq->max_count, OCTEP_OQ_RECVBUF_SIZE); in octep_setup_oq()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp.c207 qp->irq = vcalloc(irq_size, sizeof(struct siw_sqe)); in siw_qp_readq_init()
215 qp->orq = vcalloc(orq_size, sizeof(struct siw_sqe)); in siw_qp_readq_init()
/linux/drivers/fwctl/pds/
H A Dmain.c195 pdsfc->endpoint_info = vcalloc(num_endpoints, in pdsfc_init_endpoints()
/linux/drivers/vfio/pci/pds/
H A Ddirty.c188 dirty->regions = vcalloc(num_regions, sizeof(struct pds_vfio_region)); in pds_vfio_dirty_alloc_regions()
/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c403 gdrm->shadow_buf = vcalloc(fb->pitches[0], fb->height); in gud_fb_queue_damage()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_uvmem.c255 p->pfns = vcalloc(slot->npages, sizeof(*p->pfns)); in kvmppc_uvmem_slot_init()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c701 gc->cq_table = vcalloc(gc->max_num_cqs, sizeof(struct gdma_queue *)); in mana_hwc_establish_channel()
/linux/drivers/bus/mhi/host/
H A Dinit.c788 mhi_cntrl->mhi_chan = vcalloc(mhi_cntrl->max_chan, in parse_ch_cfg()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c2264 res->tx_swbd = vcalloc(bd_count, sizeof(*res->tx_swbd)); in enetc_alloc_tx_resource()
2352 res->rx_swbd = vcalloc(bd_count, sizeof(struct enetc_rx_swbd)); in enetc_alloc_rx_resource()
/linux/drivers/mtd/nand/raw/
H A Dnandsim.c555 ns->pages_written = vcalloc(BITS_TO_LONGS(ns->geom.pgnum), in ns_alloc_device()
/linux/net/bridge/netfilter/
H A Debtables.c929 vcalloc(nr_cpu_ids, sizeof(*(newinfo->chainstack))); in translate_table()
/linux/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c676 pg_dma = vcalloc(npages, sizeof(*pg_dma)); in vmalloc_to_dma_addrs()
/linux/fs/btrfs/
H A Dzoned.c484 zone_info->zone_cache = vcalloc(zone_info->nr_zones, in btrfs_get_dev_zone_info()
/linux/fs/nfsd/
H A Dnfs4xdr.c2668 argp->ops = vcalloc(argp->opcnt, sizeof(*argp->ops)); in nfsd4_decode_compound()
/linux/drivers/scsi/
H A Dscsi_debug.c8785 sip->map_storep = vcalloc(BITS_TO_LONGS(map_size), in sdebug_add_store()