Searched refs:kvcalloc (Results 1 - 25 of 119) sorted by last modified time

12345

/linux-master/net/bluetooth/
H A Dhci_sync.c2541 p = kvcalloc(*n, sizeof(struct conn_params), GFP_KERNEL);
/linux-master/mm/
H A Dzswap.c1714 trees = kvcalloc(nr, sizeof(*tree), GFP_KERNEL);
/linux-master/lib/
H A Dstackdepot.c188 /* Allocates a hash table via kvcalloc. Can be used after boot. */
223 pr_info("allocating hash table of %lu entries via kvcalloc\n", entries);
224 stack_table = kvcalloc(entries, sizeof(struct list_head), GFP_KERNEL);
/linux-master/drivers/video/fbdev/core/
H A Dfb_defio.c284 pagerefs = kvcalloc(npagerefs, sizeof(*pagerefs), GFP_KERNEL);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c170 addr = kvcalloc(prange->npages, sizeof(*addr), GFP_KERNEL);
H A Dkfd_migrate.c404 buf = kvcalloc(npages,
707 buf = kvcalloc(npages,
/linux-master/fs/btrfs/
H A Dinode.c10410 pages = kvcalloc(nr_pages, sizeof(struct page *), GFP_KERNEL_ACCOUNT);
H A Dzoned.c457 zones = kvcalloc(BTRFS_REPORT_NR_ZONES, sizeof(struct blk_zone), GFP_KERNEL);
/linux-master/arch/x86/kvm/
H A Dcpuid.c1435 array.entries = kvcalloc(cpuid->nent, sizeof(struct kvm_cpuid_entry2), GFP_KERNEL);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c1198 flows = kvcalloc(nvports, sizeof(*flows), GFP_KERNEL);
/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/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c873 e->user_pages = kvcalloc(bo->tbo.ttm->num_pages,
/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/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dqos.c90 stats_list = kvcalloc(mlx5e_qos_max_leaf_nodes(priv->mdev),
274 sqs = kvcalloc(qos_sqs_size, sizeof(struct mlx5e_txqsq *), GFP_KERNEL);
477 rl->leaves_id = kvcalloc(num_tc, sizeof(*rl->leaves_id), GFP_KERNEL);
/linux-master/kernel/trace/
H A Dbpf_trace.c3403 uprobes = kvcalloc(cnt, sizeof(*uprobes), GFP_KERNEL);
/linux-master/kernel/bpf/
H A Dverifier.c15802 insn_state = env->cfg.insn_state = kvcalloc(insn_cnt, sizeof(int), GFP_KERNEL);
15806 insn_stack = env->cfg.insn_stack = kvcalloc(insn_cnt, sizeof(int), GFP_KERNEL);
15935 krecord = kvcalloc(nfuncs, krec_size, GFP_KERNEL | __GFP_NOWARN);
16120 linfo = kvcalloc(nr_linfo, sizeof(struct bpf_line_info),
21265 env->explored_states = kvcalloc(state_htab_size(env),
H A Dsyscall.c451 ptr = kvcalloc(n, size, flags | __GFP_ACCOUNT);
H A Darena.c429 pages = kvcalloc(page_cnt, sizeof(struct page *), GFP_KERNEL);
/linux-master/include/linux/
H A Dbpf.h2263 return kvcalloc(n, size, flags);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.c381 src_pfns = kvcalloc(npages, sizeof(*src_pfns), GFP_KERNEL | __GFP_NOFAIL);
382 dst_pfns = kvcalloc(npages, sizeof(*dst_pfns), GFP_KERNEL | __GFP_NOFAIL);
383 dma_addrs = kvcalloc(npages, sizeof(*dma_addrs), GFP_KERNEL | __GFP_NOFAIL);
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c2076 jit.addrs = kvcalloc(fp->len + 1, sizeof(*jit.addrs), GFP_KERNEL);
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1637 ctx.offset = kvcalloc(prog->len + 1, sizeof(int), GFP_KERNEL);
/linux-master/drivers/iommu/
H A Ddma-iommu.c897 pages = kvcalloc(count, sizeof(*pages), 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/drivers/net/
H A Dveth.c1394 priv->rq = kvcalloc(dev->num_rx_queues, sizeof(*priv->rq),

Completed in 694 milliseconds

12345