Searched refs:kvcalloc (Results 76 - 100 of 119) sorted by relevance

12345

/linux-master/arch/loongarch/net/
H A Dbpf_jit.c1233 ctx.offset = kvcalloc(prog->len + 1, sizeof(u32), GFP_KERNEL);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c72 dests = kvcalloc(num_dests, sizeof(*dests), GFP_KERNEL);
/linux-master/drivers/nvme/host/
H A Dauth.c959 ctrl->dhchap_ctxs = kvcalloc(ctrl_max_dhchaps(ctrl),
/linux-master/drivers/xen/
H A Dprivcmd.c431 pages = kvcalloc(numpgs, sizeof(pages[0]), GFP_KERNEL);
/linux-master/drivers/iommu/iommufd/
H A Dselftest.c1192 pages = kvcalloc(npages, sizeof(*pages), GFP_KERNEL_ACCOUNT);
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_tx.c336 tx = kvcalloc(cfg->qcfg->max_queues, sizeof(struct gve_tx_ring),
/linux-master/drivers/md/
H A Ddm-verity-target.c1072 v->validated_blocks = kvcalloc(BITS_TO_LONGS(v->data_blocks),
/linux-master/arch/x86/kvm/
H A Dcpuid.c1435 array.entries = kvcalloc(cpuid->nent, sizeof(struct kvm_cpuid_entry2), GFP_KERNEL);
/linux-master/mm/
H A Dzswap.c1714 trees = kvcalloc(nr, sizeof(*tree), GFP_KERNEL);
/linux-master/security/selinux/ss/
H A Dpolicydb.c745 p->type_val_to_struct = kvcalloc(
755 p->sym_val_to_name[i] = kvcalloc(p->symtab[i].nprim,
2714 p->type_attr_map_array = kvcalloc(
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c191 vlans = kvcalloc(list_size, sizeof(*vlans), GFP_KERNEL);
H A Den_rep.c554 sqs = kvcalloc(nch * sqs_per_channel, sizeof(*sqs), GFP_KERNEL);
/linux-master/kernel/
H A Dresource.c449 rams = kvcalloc(rams_size, sizeof(struct resource), GFP_KERNEL);
/linux-master/kernel/bpf/
H A Dbtf.c1603 new_types = kvcalloc(new_size, sizeof(*new_types),
1774 resolved_sizes = kvcalloc(nr_types, sizeof(*resolved_sizes),
1779 resolved_ids = kvcalloc(nr_types, sizeof(*resolved_ids),
1784 visit_states = kvcalloc(nr_types, sizeof(*visit_states),
H A Dcore.c171 prog->aux->jited_linfo = kvcalloc(prog->aux->nr_linfo,
/linux-master/net/netfilter/
H A Dx_tables.c968 return kvcalloc(size, sizeof(unsigned int), GFP_KERNEL);
H A Dnf_conntrack_core.c2567 hash = kvcalloc(nr_slots, sizeof(struct hlist_nulls_head), GFP_KERNEL);
/linux-master/drivers/net/
H A Dveth.c1394 priv->rq = kvcalloc(dev->num_rx_queues, sizeof(*priv->rq),
/linux-master/drivers/iommu/
H A Ddma-iommu.c897 pages = kvcalloc(count, sizeof(*pages), GFP_KERNEL);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c873 e->user_pages = kvcalloc(bo->tbo.ttm->num_pages,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm.c3032 bos = kvcalloc(args->num_binds, sizeof(*bos),
3039 ops = kvcalloc(args->num_binds, sizeof(*ops),
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1191 ed->vport_info = kvcalloc(n, sizeof(*ed->vport_info), GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c62 pgt->pde = kvcalloc(pten, sizeof(*pgt->pde), GFP_KERNEL);
/linux-master/drivers/target/
H A Dtarget_core_transport.c318 se_sess->sess_cmd_map = kvcalloc(tag_size, tag_num,
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1557 buckets = kvcalloc(size, sizeof(*buckets), GFP_KERNEL);

Completed in 416 milliseconds

12345