Home
last modified time | relevance | path

Searched refs:vzalloc (Results 1 – 200 of 207) sorted by relevance

12

/linux-4.4.14/drivers/isdn/mISDN/
Dl1oip_codec.c331 table_com = vzalloc(65536); in l1oip_4bit_alloc()
332 table_dec = vzalloc(512); in l1oip_4bit_alloc()
Ddsp_core.c1058 ndsp = vzalloc(sizeof(struct dsp)); in dspcreate()
/linux-4.4.14/net/xfrm/
Dxfrm_hash.c22 n = vzalloc(sz); in xfrm_hash_alloc()
/linux-4.4.14/crypto/
Ddeflate.c50 stream->workspace = vzalloc(zlib_deflate_workspacesize( in deflate_comp_init()
75 stream->workspace = vzalloc(zlib_inflate_workspacesize()); in deflate_decomp_init()
Dzlib.c105 stream->workspace = vzalloc(workspacesize); in zlib_compress_setup()
230 stream->workspace = vzalloc(zlib_inflate_workspacesize()); in zlib_decompress_setup()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgk20a.c49 pack = vzalloc((sizeof(*pack) * 2) + (sizeof(*init) * (nent + 1))); in gk20a_gr_av_to_init()
85 pack = vzalloc((sizeof(*pack) * 2) + (sizeof(*init) * (nent + 1))); in gk20a_gr_aiv_to_init()
117 pack = vzalloc((sizeof(*pack) * max_classes) + in gk20a_gr_av_to_method()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dlscsa_alloc.c39 lscsa = vzalloc(sizeof(struct spu_lscsa)); in spu_alloc_lscsa()
/linux-4.4.14/sound/oss/
Ddev_table.c74 …op = (struct audio_operations *) (sound_mem_blocks[sound_nblocks] = vzalloc(sizeof(struct audio_op… in sound_install_audiodrv()
130 …op = (struct mixer_operations *) (sound_mem_blocks[sound_nblocks] = vzalloc(sizeof(struct mixer_op… in sound_install_mixer()
/linux-4.4.14/security/apparmor/
Dlib.c101 buffer = vzalloc(size); in __aa_kvmalloc()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gart.c334 adev->gart.pages = vzalloc(sizeof(void *) * adev->gart.num_cpu_pages); in amdgpu_gart_init()
339 adev->gart.pages_addr = vzalloc(sizeof(dma_addr_t) * in amdgpu_gart_init()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Ddebug.c38 dump = vzalloc(len + ramsize); in brcmf_debug_create_memdump()
Dvendor.c69 dcmd_buf = vzalloc(payload); in brcmf_cfg80211_vndr_cmds_dcmd_handler()
Dsdio.c1805 buf = vzalloc(bus->rxblen); in brcmf_sdio_read_control()
3016 conbuf = vzalloc(console_size+1); in brcmf_sdio_dump_console()
/linux-4.4.14/fs/coda/
Dcoda_linux.h69 ptr = (cast)vzalloc((unsigned long) size); \
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dwil_crash_dump.c101 fw_dump_data = vzalloc(fw_dump_size); in wil_fw_core_dump()
/linux-4.4.14/fs/xfs/
Dkmem.c36 while (!(ptr = vzalloc(kmsize))) { in kmem_zalloc_greedy()
/linux-4.4.14/lib/
Dtest_rhashtable.c351 tdata = vzalloc(tcount * sizeof(struct thread_data)); in test_rht_init()
354 objs = vzalloc(tcount * entries * sizeof(struct test_obj)); in test_rht_init()
Drhashtable.c124 tbl = vzalloc(size); in bucket_table_alloc()
/linux-4.4.14/block/partitions/
Dcheck.c124 state->parts = vzalloc(nr * sizeof(state->parts[0])); in allocate_partitions()
/linux-4.4.14/drivers/md/
Ddm-cache-policy-internal.h123 return vzalloc(s); in alloc_bitset()
Ddm-cache-policy-cleaner.c87 hash->table = vzalloc(sizeof(*hash->table) * hash->nr_buckets); in alloc_hash()
101 p->cblocks = vzalloc(sizeof(*p->cblocks) * from_cblock(cache_size)); in alloc_cache_blocks_with_hash()
Ddm-cache-policy-mq.c334 ep->entries = vzalloc(sizeof(struct entry) * nr_entries); in epool_init()
1414 mq->table = vzalloc(sizeof(*mq->table) * mq->nr_buckets); in mq_create()
Ddm-log.c496 lc->recovering_bits = vzalloc(bitset_size); in create_log_context()
Ddm-snap-persistent.c182 ps->zero_area = vzalloc(len); in alloc_area()
Ddm-table.c146 addr = vzalloc(size); in dm_vcalloc()
Ddm-era-target.c75 ws->bits = vzalloc(bitset_size(nr_blocks)); in writeset_alloc()
Ddm-cache-policy-smq.c70 es->begin = vzalloc(sizeof(struct entry) * nr_entries); in space_init()
/linux-4.4.14/mm/
Dswap_cgroup.c156 array = vzalloc(array_size); in swap_cgroup_swapon()
Dpage_ext.c210 addr = vzalloc(size); in alloc_page_ext()
Dnommu.c355 void *vzalloc(unsigned long size) in vzalloc() function
360 EXPORT_SYMBOL(vzalloc);
393 return vzalloc(size); in vzalloc_node()
Dswapfile.c2459 swap_map = vzalloc(maxpages); in SYSCALL_DEFINE2()
2474 cluster_info = vzalloc(DIV_ROUND_UP(maxpages, in SYSCALL_DEFINE2()
2504 frontswap_map = vzalloc(BITS_TO_LONGS(maxpages) * sizeof(long)); in SYSCALL_DEFINE2()
Dvmalloc.c1759 void *vzalloc(unsigned long size) in vzalloc() function
1764 EXPORT_SYMBOL(vzalloc);
Dpercpu.c302 return vzalloc(size); in pcpu_mem_zalloc()
/linux-4.4.14/include/linux/
Dvmalloc.h70 extern void *vzalloc(unsigned long size);
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Dramht.c146 if (!(ramht = *pramht = vzalloc(sizeof(*ramht) + in nvkm_ramht_new()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dsw.c192 rtlpriv->rtlhal.pfirmware = vzalloc(0x8000); in rtl8821ae_init_sw_vars()
198 rtlpriv->rtlhal.wowlan_firmware = vzalloc(0x8000); in rtl8821ae_init_sw_vars()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_hashtab.c50 ht->table = vzalloc(size*sizeof(*ht->table)); in drm_ht_create()
/linux-4.4.14/fs/reiserfs/
Dresize.c123 vzalloc(sizeof(struct reiserfs_bitmap_info) * bmap_nr_new); in reiserfs_resize()
Djournal.c291 jb->bitmaps = vzalloc(mem); in reiserfs_allocate_list_bitmaps()
352 head = vzalloc(num_cnodes * sizeof(struct reiserfs_journal_cnode)); in allocate_cnodes()
2730 journal = SB_JOURNAL(sb) = vzalloc(sizeof(struct reiserfs_journal)); in journal_init()
/linux-4.4.14/drivers/infiniband/core/
Dumem_odp.c273 umem->odp_data->page_list = vzalloc(ib_umem_num_pages(umem) * in ib_umem_odp_get()
280 umem->odp_data->dma_list = vzalloc(ib_umem_num_pages(umem) * in ib_umem_odp_get()
/linux-4.4.14/kernel/
Dkexec_file.c577 sha_regions = vzalloc(sha_region_sz); in kexec_calculate_store_digests()
687 sechdrs = vzalloc(pi->ehdr->e_shnum * sizeof(Elf_Shdr)); in __kexec_load_purgatory()
770 purgatory_buf = vzalloc(buf_sz); in __kexec_load_purgatory()
Dprofile.c123 prof_buffer = vzalloc(buffer_bytes); in profile_init()
Drelay.c75 return vzalloc(pa_size); in relay_alloc_page_array()
/linux-4.4.14/arch/x86/kernel/
Dcrash.c431 buf = vzalloc(elf_sz); in prepare_elf64_headers()
575 cmem = vzalloc(sizeof(struct crash_mem)); in crash_setup_memmap_entries()
Dldt.c59 new_ldt->entries = vzalloc(alloc_size); in alloc_ldt_struct()
/linux-4.4.14/arch/x86/mm/
Dpageattr-test.c127 bm = vzalloc((max_pfn_mapped + 7) / 8); in pageattr_test()
/linux-4.4.14/drivers/video/fbdev/
Dhecubafb.c234 videomemory = vzalloc(videomemorysize); in hecubafb_probe()
Darcfb.c518 videomemory = vzalloc(videomemorysize); in arcfb_probe()
Dmetronomefb.c631 videomemory = vzalloc(videomemorysize); in metronomefb_probe()
Dxen-fbfront.c399 info->fb = vzalloc(fb_size); in xenfb_probe()
Dbroadsheetfb.c1108 videomemory = vzalloc(videomemorysize); in broadsheetfb_probe()
Dudlfb.c1200 new_back = vzalloc(new_len); in dlfb_realloc_framebuffer()
/linux-4.4.14/drivers/staging/rdma/ehca/
Dipz_pt_fn.c228 queue->queue_pages = vzalloc(nr_of_pages * sizeof(void *)); in ipz_queue_ctor()
/linux-4.4.14/drivers/char/agp/
Dbackend.c174 bridge->key_list = vzalloc(PAGE_SIZE * 4); in agp_backend_initialize()
/linux-4.4.14/drivers/mtd/ubi/
Dvtbl.c410 leb[aeb->lnum] = vzalloc(ubi->vtbl_size); in process_lvol()
500 vtbl = vzalloc(ubi->vtbl_size); in create_empty_lvol()
Dbuild.c973 ubi->fm_buf = vzalloc(ubi->fm_size); in ubi_attach_mtd_dev()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_rma.h407 return ret ? ret : vzalloc(align); in scif_zalloc()
/linux-4.4.14/drivers/char/
Dmspec.c275 vdata = vzalloc(vdata_size); in mspec_mmap()
Draw.c324 raw_devices = vzalloc(sizeof(struct raw_device_data) * max_raw_minors); in raw_init()
/linux-4.4.14/arch/powerpc/mm/
Dmmu_context_iommu.c117 mem->hpas = vzalloc(entries * sizeof(mem->hpas[0])); in mm_iommu_get()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_gart.c347 rdev->gart.pages = vzalloc(sizeof(void *) * rdev->gart.num_cpu_pages); in radeon_gart_init()
/linux-4.4.14/drivers/s390/cio/
Dblacklist.c362 buf = vzalloc(user_len + 1); /* maybe better use the stack? */ in cio_ignore_write()
/linux-4.4.14/kernel/bpf/
Darraymap.c49 array = vzalloc(array_size); in array_map_alloc()
/linux-4.4.14/fs/jffs2/
Dbuild.c380 c->blocks = vzalloc(size); in jffs2_do_mount_fs()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-dump.c245 dump->buffer = vzalloc(PAGE_ALIGN(dump->size)); in dump_read_data()
Dopal-flash.c439 image_data.data = vzalloc(PAGE_ALIGN(image_data.size)); in alloc_image_buf()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dsw.c165 rtlpriv->rtlhal.pfirmware = vzalloc(0x8000); in rtl92ee_init_sw_vars()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dsw.c165 rtlpriv->rtlhal.pfirmware = vzalloc(0x8000); in rtl88e_init_sw_vars()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ioctl.c205 bounce = vzalloc(size); in vmw_get_cap_3d_ioctl()
Dvmwgfx_fb.c689 par->vmalloc = vzalloc(fb_size); in vmw_fb_init()
Dvmwgfx_binding.c1212 cbs = vzalloc(sizeof(*cbs)); in vmw_binding_state_alloc()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dsw.c172 rtlpriv->rtlhal.pfirmware = vzalloc(0x6000); in rtl8723e_init_sw_vars()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dsw.c175 rtlpriv->rtlhal.pfirmware = vzalloc(0x8000); in rtl92d_init_sw_vars()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dsw.c179 rtlpriv->rtlhal.pfirmware = vzalloc(0x8000); in rtl8723be_init_sw_vars()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dsw.c72 rtlpriv->rtlhal.pfirmware = vzalloc(0x4000); in rtl92cu_init_sw_vars()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dsw.c162 rtlpriv->rtlhal.pfirmware = vzalloc(0x4000); in rtl92c_init_sw_vars()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.c128 tpg->lines[pat][plane] = vzalloc(max_w * 2 * pixelsz); in tpg_alloc()
133 tpg->downsampled_lines[pat][plane] = vzalloc(max_w * 2 * pixelsz); in tpg_alloc()
141 tpg->contrast_line[plane] = vzalloc(max_w * pixelsz); in tpg_alloc()
144 tpg->black_line[plane] = vzalloc(max_w * pixelsz); in tpg_alloc()
147 tpg->random_line[plane] = vzalloc(max_w * 2 * pixelsz); in tpg_alloc()
Dvivid-core.c846 dev->scaled_line = vzalloc(MAX_ZOOM * MAX_WIDTH); in vivid_create_instance()
849 dev->blended_line = vzalloc(MAX_ZOOM * MAX_WIDTH); in vivid_create_instance()
Dvivid-vid-cap.c1157 new_bitmap = vzalloc(bitmap_size); in vidioc_s_fmt_vid_overlay()
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-config.c1327 hldev = vzalloc(sizeof(struct __vxge_hw_device)); in vxge_hw_device_initialize()
2568 vzalloc(mempool->items_priv_size * n_items); in __vxge_hw_mempool_grow()
2644 mempool = vzalloc(sizeof(struct vxge_hw_mempool)); in __vxge_hw_mempool_create()
2668 vzalloc(sizeof(void *) * mempool->memblocks_max); in __vxge_hw_mempool_create()
2678 vzalloc(sizeof(void *) * mempool->memblocks_max); in __vxge_hw_mempool_create()
2688 vzalloc(sizeof(struct vxge_hw_mempool_dma) * in __vxge_hw_mempool_create()
2698 mempool->items_arr = vzalloc(sizeof(void *) * mempool->items_max); in __vxge_hw_mempool_create()
4825 vp = vzalloc(sizeof(struct __vxge_hw_vpath_handle)); in vxge_hw_vpath_open()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dsw.c210 rtlpriv->rtlhal.pfirmware = vzalloc(sizeof(struct rt_firmware)); in rtl92s_init_sw_vars()
/linux-4.4.14/drivers/staging/comedi/
Dcomedi_buf.c111 bm->page_list = vzalloc(sizeof(*buf) * n_pages); in __comedi_buf_alloc()
/linux-4.4.14/arch/mips/sibyte/common/
Dsb_tbprof.c413 sbp.sbprof_tbbuf = vzalloc(MAX_TBSAMPLE_BYTES); in sbprof_tb_open()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dusb_intf.c355 padapter = (struct adapter *)vzalloc(sizeof(*padapter)); in rtw_usb_if1_init()
/linux-4.4.14/drivers/iommu/
Ddma-iommu.c202 pages = vzalloc(array_size); in __iommu_dma_alloc_pages()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c78 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA + 4); in _rtw_init_sta_priv()
Drtw_xmit.c88 pxmitpriv->pallocated_frame_buf = vzalloc(NR_XMITFRAME * sizeof(struct xmit_frame) + 4); in _rtw_init_xmit_priv()
126 pxmitpriv->pallocated_xmitbuf = vzalloc(NR_XMITBUFF * sizeof(struct xmit_buf) + 4); in _rtw_init_xmit_priv()
168 pxmitpriv->pallocated_xmit_extbuf = vzalloc(num_xmit_extbuf * sizeof(struct xmit_buf) + 4); in _rtw_init_xmit_priv()
Drtw_recv.c76 …precvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(struct recv_frame) + RXFRAME_ALIGN… in _rtw_init_recv_priv()
Drtw_mlme.c64 pbuf = vzalloc(MAX_BSS_CNT * (sizeof(struct wlan_network))); in rtw_init_mlme_priv()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-alsa.c102 buf->sglist = vzalloc(buf->nr_pages * sizeof(*buf->sglist)); in cx23885_alsa_dma_init()
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc.c241 net_device->recv_buf = vzalloc(net_device->recv_buf_size); in netvsc_init_buf()
332 net_device->send_buf = vzalloc(net_device->send_buf_size); in netvsc_init_buf()
Drndis_filter.c1141 net_device->sub_cb_buf = vzalloc((net_device->num_chn - 1) * in rndis_filter_device_add()
/linux-4.4.14/arch/s390/pci/
Dpci_dma.c463 zdev->iommu_bitmap = vzalloc(zdev->iommu_pages / 8); in zpci_dma_init_device()
/linux-4.4.14/drivers/lightnvm/
Dgennvm.c159 lun->vlun.blocks = vzalloc(sizeof(struct nvm_block) * in gennvm_blocks_init()
Drrpc.c998 rrpc->trans_map = vzalloc(sizeof(struct rrpc_addr) * rrpc->nr_pages); in rrpc_map_init()
1120 rlun->blocks = vzalloc(sizeof(struct rrpc_block) * in rrpc_luns_init()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c40 tx_ring->tx_buffer = vzalloc(size); in fm10k_setup_tx_resources()
108 rx_ring->rx_buffer = vzalloc(size); in fm10k_setup_rx_resources()
/linux-4.4.14/net/sched/
Dsch_choke.c451 ntab = vzalloc((mask + 1) * sizeof(struct sk_buff *)); in choke_change()
Dsch_hhf.c484 ptr = vzalloc(sz); in hhf_zalloc()
Dsch_fq_codel.c397 ptr = vzalloc(sz); in fq_codel_zalloc()
/linux-4.4.14/drivers/bluetooth/
Dbtmrvl_sdio.c1326 entry->mem_ptr = vzalloc(memory_size + 1); in btmrvl_sdio_dump_firmware()
1384 fw_dump_data = vzalloc(fw_dump_len+1); in btmrvl_sdio_dump_firmware()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_init.c224 rds_ring->rx_buf_arr = vzalloc(RCV_BUFF_RINGSIZE(rds_ring)); in qlcnic_alloc_sw_resources()
668 flt_entry = vzalloc(entry_size); in qlcnic_get_flt_entry()
Dqlcnic_minidump.c1226 fw_dump->tmpl_hdr = vzalloc(temp_size); in qlcnic_fw_cmd_get_minidump_temp()
1328 fw_dump->data = vzalloc(dump_size); in qlcnic_dump_fw()
Dqlcnic_83xx_init.c1354 p_cache = vzalloc(size); in qlcnic_83xx_copy_bootloader()
1387 temp = vzalloc(fw->size); in qlcnic_83xx_copy_fw_file()
Dqlcnic_main.c916 ahw->intr_tbl = vzalloc(ahw->num_msix * in qlcnic_82xx_mq_intrpt()
2411 cmd_buf_arr = vzalloc(TX_BUFF_RINGSIZE(tx_ring)); in qlcnic_alloc_tx_rings()
Dqlcnic_83xx_hw.c387 ahw->intr_tbl = vzalloc(num_msix * in qlcnic_83xx_setup_intr()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dmain.c996 adapter->drv_info_dump = vzalloc(MWIFIEX_DRV_INFO_SIZE_MAX); in mwifiex_drv_info_dump()
1110 dump_data = vzalloc(dump_len + 1); in mwifiex_upload_device_dump()
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.h681 p = vzalloc(size); in cxgbi_alloc_big_mem()
/linux-4.4.14/arch/s390/hypfs/
Dhypfs_diag.c572 base = vzalloc(buf_size); in dbfs_d204_create()
/linux-4.4.14/drivers/gpu/drm/via/
Dvia_dmablit.c238 vsg->pages = vzalloc(sizeof(struct page *) * vsg->num_pages); in via_lock_all_dma_pages()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_rnic.c462 c2dev->qptr_array = vzalloc(C2_MAX_CQS * sizeof(void *)); in c2_rnic_init()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf-dma-sg.c72 sglist = vzalloc(nr_pages * sizeof(*sglist)); in videobuf_vmalloc_to_sg()
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-alsa.c166 buf->sglist = vzalloc(buf->nr_pages * sizeof(*buf->sglist)); in cx25821_alsa_dma_init()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_init.c385 pages = vzalloc(dd->cfgctxts * dd->rcvtidcnt * sizeof(struct page *)); in init_shadow_tids()
392 addrs = vzalloc(dd->cfgctxts * dd->rcvtidcnt * sizeof(dma_addr_t)); in init_shadow_tids()
/linux-4.4.14/drivers/md/bcache/
Dsuper.c769 : vzalloc(n); in bcache_device_init()
776 : vzalloc(n); in bcache_device_init()
1826 !(ca->buckets = vzalloc(sizeof(struct bucket) * in cache_alloc()
/linux-4.4.14/drivers/target/
Dtarget_core_file.c767 buf = vzalloc(unit_size); in fd_format_prot()
Dtarget_core_user.c883 udev->mb_addr = vzalloc(TCMU_RING_SIZE); in tcmu_configure_device()
Dtarget_core_transport.c257 se_sess->sess_cmd_map = vzalloc(tag_num * tag_size); in transport_alloc_session_tags()
Dtarget_core_pr.c2036 buf = vzalloc(len); in core_scsi3_update_and_write_aptpl()
/linux-4.4.14/drivers/net/ppp/
Dpptp.c693 callid_sock = vzalloc((MAX_CALLID + 1) * sizeof(void *)); in pptp_init_module()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dbase.c382 vm->pgt = vzalloc((vm->lpde - vm->fpde + 1) * sizeof(*vm->pgt)); in nvkm_vm_create()
/linux-4.4.14/arch/mips/cavium-octeon/
Dsetup.c1178 octeon_dummy_iospace = vzalloc(IO_SPACE_LIMIT); in octeon_no_pci_init()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_file_ops.c1540 pd->subport_uregbase = vzalloc(PAGE_SIZE * num_subports); in init_subports()
1548 pd->subport_rcvhdr_base = vzalloc(size); in init_subports()
1554 pd->subport_rcvegrbuf = vzalloc(pd->port_rcvegrbuf_chunks * in init_subports()
Dipath_init_chip.c447 pages = vzalloc(dd->ipath_cfgports * dd->ipath_rcvtidcnt * in init_shadow_tids()
Dipath_driver.c201 dd = vzalloc(sizeof(*dd)); in ipath_alloc_devdata()
/linux-4.4.14/include/linux/mlx5/
Ddriver.h675 rtn = vzalloc(size); in mlx5_vzalloc()
/linux-4.4.14/drivers/dma/
Dmic_x100_dma.c390 ch->tx_array = vzalloc(MIC_DMA_DESC_RX_SIZE * sizeof(*ch->tx_array)); in mic_dma_alloc_desc_ring()
/linux-4.4.14/net/netfilter/
Dxt_recent.c397 t = vzalloc(sz); in recent_mt_check()
Dx_tables.c979 i->jumpstack = vzalloc(size); in xt_jumpstack_alloc()
Dnf_conntrack_core.c1551 hash = vzalloc(sz); in nf_ct_alloc_hashtable()
/linux-4.4.14/net/ipv4/netfilter/
Darp_tables.c765 counters = vzalloc(countersize); in alloc_counters()
1014 counters = vzalloc(num_counters * sizeof(struct xt_counters)); in __do_replace()
Dip_tables.c930 counters = vzalloc(countersize); in alloc_counters()
1197 counters = vzalloc(num_counters * sizeof(struct xt_counters)); in __do_replace()
/linux-4.4.14/Documentation/DocBook/
Dkernel-api.xml.db225 API-vzalloc
228 API-vzalloc-node
/linux-4.4.14/drivers/media/usb/pwc/
Dpwc-if.c603 buf->data = vzalloc(PWC_FRAME_SIZE); in buffer_init()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-alsa.c313 buf->sglist = vzalloc(buf->nr_pages * sizeof(*buf->sglist)); in cx88_alsa_dma_init()
/linux-4.4.14/drivers/net/xen-netback/
Dxenbus.c789 be->vif->queues = vzalloc(requested_num_queues * in connect()
/linux-4.4.14/net/core/
Dethtool.c889 regbuf = vzalloc(reglen); in ethtool_get_regs()
1553 data = vzalloc(tmp.len); in ethtool_get_dump_data()
Ddev.c6536 rx = vzalloc(sz); in netif_alloc_rx_queues()
6578 tx = vzalloc(sz); in netif_alloc_netdev_queues()
7095 p = vzalloc(alloc_size); in alloc_netdev_mqs()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c357 rx->rx_ring = vzalloc(ipoib_recvq_size * sizeof *rx->rx_ring); in ipoib_cm_nonsrq_init_rx()
1511 priv->cm.srq_ring = vzalloc(ipoib_recvq_size * sizeof *priv->cm.srq_ring); in ipoib_cm_create_srq()
Dipoib_main.c1541 priv->tx_ring = vzalloc(ipoib_sendq_size * sizeof *priv->tx_ring); in ipoib_dev_init()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c215 cmd_buf_arr = vzalloc(TX_BUFF_RINGSIZE(tx_ring)); in netxen_alloc_sw_resources()
275 rds_ring->rx_buf_arr = vzalloc(RCV_BUFF_RINGSIZE(rds_ring)); in netxen_alloc_sw_resources()
Dnetxen_nic_hw.c2567 vzalloc(adapter->mdump.md_dump_size); in netxen_dump_fw()
/linux-4.4.14/fs/proc/
Dvmcore.c319 return vzalloc(notes_sz); in alloc_elfnotes_buf()
/linux-4.4.14/drivers/hid/usbhid/
Dhiddev.c282 if (!(list = vzalloc(sizeof(struct hiddev_list)))) in hiddev_open()
/linux-4.4.14/arch/x86/kvm/
Dcpuid.c695 cpuid_entries = vzalloc(sizeof(struct kvm_cpuid_entry2) * cpuid->nent); in kvm_dev_ioctl_get_cpuid()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dfile_ops.c1249 uctxt->tid_pg_list = vzalloc(uctxt->expected_count * in setup_ctxt()
1255 uctxt->physshadow = vzalloc(uctxt->expected_count * in setup_ctxt()
Dsdma.c1132 vzalloc( in sdma_init()
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c942 counters = vzalloc(countersize); in alloc_counters()
1209 counters = vzalloc(num_counters * sizeof(struct xt_counters)); in __do_replace()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-alsa.c287 dma->sglist = vzalloc(dma->nr_pages * sizeof(*dma->sglist)); in saa7134_alsa_dma_init()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Ddebug.c687 buf = vzalloc(len); in ath10k_build_dump_file()
2084 ar->debug.fw_crash_data = vzalloc(sizeof(*ar->debug.fw_crash_data)); in ath10k_debug_create()
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c707 txdr->buffer_info = vzalloc(size); in ixgb_setup_tx_resources()
790 rxdr->buffer_info = vzalloc(size); in ixgb_setup_rx_resources()
/linux-4.4.14/drivers/staging/rts5208/
Drtsx_chip.c1674 data = vzalloc(dw_len * 4); in rtsx_write_cfg_seq()
1680 mask = vzalloc(dw_len * 4); in rtsx_write_cfg_seq()
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_main.c692 workspace = vzalloc(zlib_inflate_workspacesize()); in qed_alloc_stream_mem()
/linux-4.4.14/drivers/net/fjes/
Dfjes_hw.c131 mem = vzalloc(EP_BUFFER_SIZE); in fjes_hw_alloc_epbuf()
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_spapr_tce.c153 uas = vzalloc(cb); in tce_iommu_userspace_view_alloc()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmr.c120 buddy->bits[i] = vzalloc(s * sizeof(long)); in mlx4_buddy_init()
/linux-4.4.14/net/ipv4/
Dtcp_metrics.c1153 tcp_metrics_hash = vzalloc(size); in tcp_net_metrics_init()
Dfib_trie.c314 return vzalloc(size); in tnode_alloc()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dnetdev.c443 tx_ring->buffer_info = vzalloc(size); in igbvf_setup_tx_resources()
481 rx_ring->buffer_info = vzalloc(size); in igbvf_setup_rx_resources()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dtrans.c2533 dump_data = vzalloc(len); in iwl_trans_pcie_dump_data()
2571 dump_data = vzalloc(len); in iwl_trans_pcie_dump_data()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c6339 fw_tddb = vzalloc(sizeof(*fw_tddb)); in qla4xxx_is_session_exists()
6347 tmp_tddb = vzalloc(sizeof(*tmp_tddb)); in qla4xxx_is_session_exists()
6484 fw_tddb = vzalloc(sizeof(*fw_tddb)); in qla4xxx_is_flash_ddb_exists()
6492 tmp_tddb = vzalloc(sizeof(*tmp_tddb)); in qla4xxx_is_flash_ddb_exists()
6785 st_ddb_idx = vzalloc(fw_idx_size); in qla4xxx_build_st_list()
7731 flash_tddb = vzalloc(sizeof(*flash_tddb)); in qla4xxx_sysfs_ddb_logout()
7739 tmp_tddb = vzalloc(sizeof(*tmp_tddb)); in qla4xxx_sysfs_ddb_logout()
/linux-4.4.14/drivers/staging/xgifb/
Dvb_init.c856 rom_copy = vzalloc(XGIFB_ROM_SIZE); in xgifb_copy_rom()
/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c1394 all_cpu_data = vzalloc(sizeof(void *) * num_possible_cpus()); in intel_pstate_init()
/linux-4.4.14/drivers/hid/
Dhid-core.c797 parser = vzalloc(sizeof(struct hid_parser)); in hid_scan_report()
984 parser = vzalloc(sizeof(struct hid_parser)); in hid_open_report()
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c1793 tx_ring->buffer_info = vzalloc(size); in pch_gbe_setup_tx_resources()
1838 rx_ring->buffer_info = vzalloc(size); in pch_gbe_setup_rx_resources()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c1163 p = vzalloc(size); in cxgb_alloc_mem()
/linux-4.4.14/drivers/block/zram/
Dzram_drv.c511 meta->table = vzalloc(num_pages * sizeof(*meta->table)); in zram_meta_alloc()
/linux-4.4.14/drivers/input/
Devdev.c507 client = vzalloc(size); in evdev_open()
/linux-4.4.14/drivers/staging/fbtft/
Dfbtft-core.c724 vmem = vzalloc(vmem_size); in fbtft_framebuffer_alloc()
/linux-4.4.14/drivers/mtd/
Dmtdswap.c1376 d->eb_data = vzalloc(eblk_bytes); in mtdswap_init()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_pr.c1384 vcpu_book3s = vzalloc(sizeof(struct kvmppc_vcpu_book3s)); in kvmppc_core_vcpu_create_pr()
Dbook3s_hv.c2831 slot->arch.rmap = vzalloc(npages * sizeof(*slot->arch.rmap)); in kvmppc_core_create_memslot_hv()
/linux-4.4.14/net/mpls/
Daf_mpls.c1403 labels = vzalloc(size); in resize_platform_label_table()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c2983 tx_ring->tx_buffer_info = vzalloc(size); in ixgbevf_setup_tx_resources()
3041 rx_ring->rx_buffer_info = vzalloc(size); in ixgbevf_setup_rx_resources()
/linux-4.4.14/drivers/vhost/
Dvhost.c687 n = vzalloc(size); in vhost_kvzalloc()
Dscsi.c1420 vs = vzalloc(sizeof(*vs)); in vhost_scsi_open()
/linux-4.4.14/drivers/media/pci/ngene/
Dngene-core.c1658 dev = vzalloc(sizeof(struct ngene)); in ngene_probe()
/linux-4.4.14/drivers/atm/
Didt77252.c3416 card->vcs = vzalloc(size); in init_card()
3426 card->scd2vc = vzalloc(size); in init_card()
Dlanai.c1452 lanai->vccs = vzalloc(bytes); in vcc_table_allocate()
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c1136 pages = vzalloc(array_size); in __iommu_alloc_buffer()
/linux-4.4.14/net/netfilter/ipset/
Dip_set_core.c261 members = vzalloc(size); in ip_set_alloc()
/linux-4.4.14/fs/btrfs/
Draid56.c223 table = vzalloc(table_size); in btrfs_alloc_stripe_hash_table()
Dcheck-integrity.c3096 state = vzalloc(sizeof(*state)); in btrfsic_mount()
/linux-4.4.14/drivers/mtd/nand/
Dnandsim.c591 ns->pages_written = vzalloc(BITS_TO_LONGS(ns->geom.pgnum) * in alloc_device()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_common.c2309 dev = vzalloc(sizeof(isdn_dev)); in isdn_init()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_main.c1509 txdr->buffer_info = vzalloc(size); in e1000_setup_tx_resources()
1699 rxdr->buffer_info = vzalloc(size); in e1000_setup_rx_resources()
/linux-4.4.14/fs/udf/
Dsuper.c1080 bitmap = vzalloc(size); /* TODO: get rid of vzalloc */ in udf_sb_alloc_bitmap()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1125 priv->soft_mac_tbl = vzalloc(sizeof(*priv->soft_mac_tbl) in hns_dsaf_init()
/linux-4.4.14/arch/s390/kvm/
Dinterrupt.c1630 buf = vzalloc(len); in get_all_floating_irqs()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dfarch.c2855 table->spec = vzalloc(table->size * sizeof(*table->spec)); in efx_farch_filter_table_probe()
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c977 priv->pFirmware = vzalloc(sizeof(struct rt_firmware)); in _rtl92e_init_priv_variable()
/linux-4.4.14/net/netlink/
Daf_netlink.c347 buffer = vzalloc((1 << order) * PAGE_SIZE); in alloc_one_pg_vec_page()
/linux-4.4.14/Documentation/
DCodingStyle720 vzalloc(). Please refer to the API documentation for further information
/linux-4.4.14/virt/kvm/
Dkvm_main.c627 return vzalloc(size); in kvm_kvzalloc()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c3182 tx_ring->tx_buffer_info = vzalloc(size); in igb_setup_tx_resources()
3324 rx_ring->rx_buffer_info = vzalloc(size); in igb_setup_rx_resources()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c2345 tx_ring->buffer_info = vzalloc(size); in e1000e_setup_tx_resources()
2380 rx_ring->buffer_info = vzalloc(size); in e1000e_setup_rx_resources()
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_main.c1453 q_skba->arr = vzalloc(arr_size); in ehea_init_q_skba()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c1234 dump_file = vzalloc(file_len); in iwl_mvm_fw_error_dump()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbnx2.c778 vzalloc(SW_RXBD_RING_SIZE * bp->rx_max_ring); in bnx2_alloc_rx_mem()
794 rxr->rx_pg_ring = vzalloc(SW_RXPG_RING_SIZE * in bnx2_alloc_rx_mem()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c5491 tx_ring->tx_buffer_info = vzalloc(size); in ixgbe_setup_tx_resources()
5575 rx_ring->rx_buffer_info = vzalloc(size); in ixgbe_setup_rx_resources()
/linux-4.4.14/net/packet/
Daf_packet.c4018 buffer = vzalloc((1 << order) * PAGE_SIZE); in alloc_one_pg_vec_page()

12