Searched refs:vcalloc (Results 1 – 18 of 18) sorted by relevance
| /linux/include/linux/ |
| H A D | vmalloc.h | 202 #define vcalloc(...) alloc_hooks(vcalloc_noprof(__VA_ARGS__)) macro
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | core.c | 204 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 D | memfd_luo.c | 142 folios_ser = vcalloc(nr_folios, sizeof(*folios_ser)); in memfd_luo_preserve_folios()
|
| /linux/drivers/net/ethernet/marvell/octeon_ep/ |
| H A D | octep_rx.c | 164 oq->buff_info = vcalloc(oq->max_count, OCTEP_OQ_RECVBUF_SIZE); in octep_setup_oq()
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_qp.c | 207 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 D | main.c | 195 pdsfc->endpoint_info = vcalloc(num_endpoints, in pdsfc_init_endpoints()
|
| /linux/drivers/vfio/pci/pds/ |
| H A D | dirty.c | 188 dirty->regions = vcalloc(num_regions, sizeof(struct pds_vfio_region)); in pds_vfio_dirty_alloc_regions()
|
| /linux/drivers/gpu/drm/gud/ |
| H A D | gud_pipe.c | 403 gdrm->shadow_buf = vcalloc(fb->pitches[0], fb->height); in gud_fb_queue_damage()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_uvmem.c | 255 p->pfns = vcalloc(slot->npages, sizeof(*p->pfns)); in kvmppc_uvmem_slot_init()
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | hw_channel.c | 701 gc->cq_table = vcalloc(gc->max_num_cqs, sizeof(struct gdma_queue *)); in mana_hwc_establish_channel()
|
| /linux/drivers/bus/mhi/host/ |
| H A D | init.c | 788 mhi_cntrl->mhi_chan = vcalloc(mhi_cntrl->max_chan, in parse_ch_cfg()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc.c | 2264 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 D | nandsim.c | 555 ns->pages_written = vcalloc(BITS_TO_LONGS(ns->geom.pgnum), in ns_alloc_device()
|
| /linux/net/bridge/netfilter/ |
| H A D | ebtables.c | 929 vcalloc(nr_cpu_ids, sizeof(*(newinfo->chainstack))); in translate_table()
|
| /linux/drivers/infiniband/hw/erdma/ |
| H A D | erdma_verbs.c | 676 pg_dma = vcalloc(npages, sizeof(*pg_dma)); in vmalloc_to_dma_addrs()
|
| /linux/fs/btrfs/ |
| H A D | zoned.c | 484 zone_info->zone_cache = vcalloc(zone_info->nr_zones, in btrfs_get_dev_zone_info()
|
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 2668 argp->ops = vcalloc(argp->opcnt, sizeof(*argp->ops)); in nfsd4_decode_compound()
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 8785 sip->map_storep = vcalloc(BITS_TO_LONGS(map_size), in sdebug_add_store()
|