Searched refs:vcalloc (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/scsi/fnic/ |
| H A D | fnic_trace.c | 535 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 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 | 199 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 D | memfd_luo.c | 139 folios_ser = vcalloc(nr_folios, sizeof(*folios_ser)); in memfd_luo_preserve_folios()
|
| /linux/drivers/vfio/pci/pds/ |
| H A D | dirty.c | 190 dirty->regions = vcalloc(num_regions, sizeof(struct pds_vfio_region)); in pds_vfio_dirty_alloc_regions()
|
| /linux/kernel/power/ |
| H A D | swap.c | 724 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 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/freescale/enetc/ |
| H A D | enetc.c | 2230 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 D | zoned.c | 469 zone_info->zone_cache = vcalloc(zone_info->nr_zones, in btrfs_get_dev_zone_info()
|
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 2497 argp->ops = vcalloc(argp->opcnt, sizeof(*argp->ops)); in nfsd4_decode_compound()
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 8852 sip->map_storep = vcalloc(BITS_TO_LONGS(map_size), in sdebug_add_store()
|