Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic_trace.c535 fnic_trace_buf_p = (unsigned long)vcalloc(trace_max_pages, PAGE_SIZE); in fnic_trace_buf_init()
544 vcalloc(fnic_max_trace_entries, sizeof(unsigned long)); in fnic_trace_buf_init()
615 (unsigned long)vcalloc(fnic_fc_trace_max_pages, PAGE_SIZE); in fnic_fc_trace_init()
625 vcalloc(fc_trace_max_entries, sizeof(unsigned long)); in fnic_fc_trace_init()
/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.c199 qcq->q.info = vcalloc(num_descs, sizeof(*qcq->q.info)); in pdsc_qcq_alloc()
222 qcq->cq.info = vcalloc(num_descs, sizeof(*qcq->cq.info)); in pdsc_qcq_alloc()
/linux/mm/
H A Dmemfd_luo.c139 folios_ser = vcalloc(nr_folios, sizeof(*folios_ser)); in memfd_luo_preserve_folios()
/linux/drivers/vfio/pci/pds/
H A Ddirty.c190 dirty->regions = vcalloc(num_regions, sizeof(struct pds_vfio_region)); in pds_vfio_dirty_alloc_regions()
/linux/kernel/power/
H A Dswap.c724 data = vcalloc(nr_threads, sizeof(*data)); in save_compressed_image()
1226 data = vcalloc(nr_threads, sizeof(*data)); in load_compressed_image()
/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/freescale/enetc/
H A Denetc.c2230 res->tx_swbd = vcalloc(bd_count, sizeof(*res->tx_swbd)); in enetc_alloc_tx_resource()
2318 res->rx_swbd = vcalloc(bd_count, sizeof(struct enetc_rx_swbd)); in enetc_alloc_rx_resource()
/linux/fs/btrfs/
H A Dzoned.c469 zone_info->zone_cache = vcalloc(zone_info->nr_zones, in btrfs_get_dev_zone_info()
/linux/fs/nfsd/
H A Dnfs4xdr.c2497 argp->ops = vcalloc(argp->opcnt, sizeof(*argp->ops)); in nfsd4_decode_compound()
/linux/drivers/scsi/
H A Dscsi_debug.c8852 sip->map_storep = vcalloc(BITS_TO_LONGS(map_size), in sdebug_add_store()