Searched refs:kvcalloc (Results 51 - 75 of 119) sorted by relevance

12345

/linux-master/drivers/scsi/
H A Dsd_zbc.c868 sdkp->rev_wp_offset = kvcalloc(nr_zones, sizeof(u32), GFP_KERNEL);
/linux-master/drivers/block/
H A Dxen-blkfront.c1911 info->rinfo = kvcalloc(info->nr_rings, info->rinfo_size, GFP_KERNEL);
2209 kvcalloc(grants,
2212 rinfo->shadow[i].sg = kvcalloc(psegs,
2217 kvcalloc(INDIRECT_GREFS(grants),
/linux-master/security/selinux/ss/
H A Davtab.c258 h->htable = kvcalloc(nslot, sizeof(void *), GFP_KERNEL);
/linux-master/drivers/md/
H A Ddm-snap-persistent.c629 ps->callbacks = kvcalloc(ps->exceptions_per_area,
H A Ddm-table.c112 n_highs = kvcalloc(num, sizeof(struct dm_target) + sizeof(sector_t),
1086 indexes = kvcalloc(total, NODE_SIZE, GFP_KERNEL);
/linux-master/net/sched/
H A Dsch_fq_pie.c441 q->flows = kvcalloc(q->flows_cnt, sizeof(struct fq_pie_flow),
/linux-master/kernel/bpf/
H A Darena.c429 pages = kvcalloc(page_cnt, sizeof(struct page *), GFP_KERNEL);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c536 conn->qp.rq.bufs = kvcalloc(conn->qp.rq.size,
544 conn->qp.sq.bufs = kvcalloc(conn->qp.sq.size,
/linux-master/lib/
H A Dfortify_kunit.c281 kvcalloc(1, (alloc_pages) * PAGE_SIZE, gfp), \
284 kvcalloc((alloc_pages) * PAGE_SIZE, 1, gfp), \
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_rx.c268 rx->qpl_copy_pool = kvcalloc(rx->qpl_copy_pool_mask + 1,
346 rx = kvcalloc(cfg->qcfg->max_queues, sizeof(struct gve_rx_ring),
/linux-master/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c842 hr_priv->mmu_asid_hop0 = kvcalloc(prop->max_asid, sizeof(struct pgt_info), GFP_KERNEL);
1398 hdev->mmu_priv.dr.mmu_shadow_hop0 = kvcalloc(prop->max_asid,
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c447 mr->page_list = kvcalloc(mr->pbl_mtr.hem_cfg.buf_pg_count,
754 pages = kvcalloc(page_count, sizeof(dma_addr_t), GFP_KERNEL);
H A Dhns_roce_main.c1025 hr_dev->dfx_cnt = kvcalloc(HNS_ROCE_DFX_CNT_TOTAL, sizeof(atomic64_t),
/linux-master/fs/zonefs/
H A Dsuper.c905 zd->zones = kvcalloc(bdev_nr_zones(bdev), sizeof(struct blk_zone),
950 zgroup->g_zones = kvcalloc(zgroup->g_nr_zones,
/linux-master/fs/exfat/
H A Dnls.c661 upcase_table = kvcalloc(UTBL_COUNT, sizeof(unsigned short), GFP_KERNEL);
713 upcase_table = kvcalloc(UTBL_COUNT, sizeof(unsigned short), GFP_KERNEL);
/linux-master/fs/erofs/
H A Dzdata.c1248 kvcalloc(be->nr_pages, sizeof(struct page *),
1252 kvcalloc(pclusterpages, sizeof(struct page *),
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c213 fdev->cmd_ctx = kvcalloc(ntags, sizeof(*fdev->cmd_ctx), GFP_KERNEL);
/linux-master/kernel/
H A Drelay.c63 return kvcalloc(n_pages, sizeof(struct page *), GFP_KERNEL);
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c455 char *buf = kvcalloc(total, sizeof(char), GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c1010 buffer->fault = kvcalloc(buffer->entries, sizeof(*buffer->fault), GFP_KERNEL);
/linux-master/fs/xfs/scrub/
H A Dagheader.c752 sai.entries = kvcalloc(sai.agflcount, sizeof(xfs_agblock_t),
/linux-master/mm/
H A Dswap_state.c712 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-subdev.c1471 state->pads = kvcalloc(sd->entity.num_pads,
1710 new_configs.configs = kvcalloc(new_configs.num_configs,
/linux-master/net/netfilter/ipset/
H A Dip_set_core.c1132 list = kvcalloc(i, sizeof(struct ip_set *), GFP_KERNEL);
2358 list = kvcalloc(inst->ip_set_max, sizeof(struct ip_set *), GFP_KERNEL);
/linux-master/drivers/vfio/pci/mlx5/
H A Dcmd.c1354 recv_buf->page_list = kvcalloc(npages, sizeof(*recv_buf->page_list),
1389 recv_buf->dma_addrs = kvcalloc(recv_buf->npages,

Completed in 392 milliseconds

12345