/linux-4.4.14/drivers/isdn/mISDN/ |
D | l1oip_codec.c | 331 table_com = vzalloc(65536); in l1oip_4bit_alloc() 332 table_dec = vzalloc(512); in l1oip_4bit_alloc()
|
D | dsp_core.c | 1058 ndsp = vzalloc(sizeof(struct dsp)); in dspcreate()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_hash.c | 22 n = vzalloc(sz); in xfrm_hash_alloc()
|
/linux-4.4.14/crypto/ |
D | deflate.c | 50 stream->workspace = vzalloc(zlib_deflate_workspacesize( in deflate_comp_init() 75 stream->workspace = vzalloc(zlib_inflate_workspacesize()); in deflate_decomp_init()
|
D | zlib.c | 105 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/ |
D | gk20a.c | 49 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/ |
D | lscsa_alloc.c | 39 lscsa = vzalloc(sizeof(struct spu_lscsa)); in spu_alloc_lscsa()
|
/linux-4.4.14/sound/oss/ |
D | dev_table.c | 74 …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/ |
D | lib.c | 101 buffer = vzalloc(size); in __aa_kvmalloc()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gart.c | 334 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/ |
D | debug.c | 38 dump = vzalloc(len + ramsize); in brcmf_debug_create_memdump()
|
D | vendor.c | 69 dcmd_buf = vzalloc(payload); in brcmf_cfg80211_vndr_cmds_dcmd_handler()
|
D | sdio.c | 1805 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/ |
D | coda_linux.h | 69 ptr = (cast)vzalloc((unsigned long) size); \
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | wil_crash_dump.c | 101 fw_dump_data = vzalloc(fw_dump_size); in wil_fw_core_dump()
|
/linux-4.4.14/fs/xfs/ |
D | kmem.c | 36 while (!(ptr = vzalloc(kmsize))) { in kmem_zalloc_greedy()
|
/linux-4.4.14/lib/ |
D | test_rhashtable.c | 351 tdata = vzalloc(tcount * sizeof(struct thread_data)); in test_rht_init() 354 objs = vzalloc(tcount * entries * sizeof(struct test_obj)); in test_rht_init()
|
D | rhashtable.c | 124 tbl = vzalloc(size); in bucket_table_alloc()
|
/linux-4.4.14/block/partitions/ |
D | check.c | 124 state->parts = vzalloc(nr * sizeof(state->parts[0])); in allocate_partitions()
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-policy-internal.h | 123 return vzalloc(s); in alloc_bitset()
|
D | dm-cache-policy-cleaner.c | 87 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()
|
D | dm-cache-policy-mq.c | 334 ep->entries = vzalloc(sizeof(struct entry) * nr_entries); in epool_init() 1414 mq->table = vzalloc(sizeof(*mq->table) * mq->nr_buckets); in mq_create()
|
D | dm-log.c | 496 lc->recovering_bits = vzalloc(bitset_size); in create_log_context()
|
D | dm-snap-persistent.c | 182 ps->zero_area = vzalloc(len); in alloc_area()
|
D | dm-table.c | 146 addr = vzalloc(size); in dm_vcalloc()
|
D | dm-era-target.c | 75 ws->bits = vzalloc(bitset_size(nr_blocks)); in writeset_alloc()
|
D | dm-cache-policy-smq.c | 70 es->begin = vzalloc(sizeof(struct entry) * nr_entries); in space_init()
|
/linux-4.4.14/mm/ |
D | swap_cgroup.c | 156 array = vzalloc(array_size); in swap_cgroup_swapon()
|
D | page_ext.c | 210 addr = vzalloc(size); in alloc_page_ext()
|
D | nommu.c | 355 void *vzalloc(unsigned long size) in vzalloc() function 360 EXPORT_SYMBOL(vzalloc); 393 return vzalloc(size); in vzalloc_node()
|
D | swapfile.c | 2459 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()
|
D | vmalloc.c | 1759 void *vzalloc(unsigned long size) in vzalloc() function 1764 EXPORT_SYMBOL(vzalloc);
|
D | percpu.c | 302 return vzalloc(size); in pcpu_mem_zalloc()
|
/linux-4.4.14/include/linux/ |
D | vmalloc.h | 70 extern void *vzalloc(unsigned long size);
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
D | ramht.c | 146 if (!(ramht = *pramht = vzalloc(sizeof(*ramht) + in nvkm_ramht_new()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | sw.c | 192 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/ |
D | drm_hashtab.c | 50 ht->table = vzalloc(size*sizeof(*ht->table)); in drm_ht_create()
|
/linux-4.4.14/fs/reiserfs/ |
D | resize.c | 123 vzalloc(sizeof(struct reiserfs_bitmap_info) * bmap_nr_new); in reiserfs_resize()
|
D | journal.c | 291 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/ |
D | umem_odp.c | 273 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/ |
D | kexec_file.c | 577 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()
|
D | profile.c | 123 prof_buffer = vzalloc(buffer_bytes); in profile_init()
|
D | relay.c | 75 return vzalloc(pa_size); in relay_alloc_page_array()
|
/linux-4.4.14/arch/x86/kernel/ |
D | crash.c | 431 buf = vzalloc(elf_sz); in prepare_elf64_headers() 575 cmem = vzalloc(sizeof(struct crash_mem)); in crash_setup_memmap_entries()
|
D | ldt.c | 59 new_ldt->entries = vzalloc(alloc_size); in alloc_ldt_struct()
|
/linux-4.4.14/arch/x86/mm/ |
D | pageattr-test.c | 127 bm = vzalloc((max_pfn_mapped + 7) / 8); in pageattr_test()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | hecubafb.c | 234 videomemory = vzalloc(videomemorysize); in hecubafb_probe()
|
D | arcfb.c | 518 videomemory = vzalloc(videomemorysize); in arcfb_probe()
|
D | metronomefb.c | 631 videomemory = vzalloc(videomemorysize); in metronomefb_probe()
|
D | xen-fbfront.c | 399 info->fb = vzalloc(fb_size); in xenfb_probe()
|
D | broadsheetfb.c | 1108 videomemory = vzalloc(videomemorysize); in broadsheetfb_probe()
|
D | udlfb.c | 1200 new_back = vzalloc(new_len); in dlfb_realloc_framebuffer()
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ipz_pt_fn.c | 228 queue->queue_pages = vzalloc(nr_of_pages * sizeof(void *)); in ipz_queue_ctor()
|
/linux-4.4.14/drivers/char/agp/ |
D | backend.c | 174 bridge->key_list = vzalloc(PAGE_SIZE * 4); in agp_backend_initialize()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | vtbl.c | 410 leb[aeb->lnum] = vzalloc(ubi->vtbl_size); in process_lvol() 500 vtbl = vzalloc(ubi->vtbl_size); in create_empty_lvol()
|
D | build.c | 973 ubi->fm_buf = vzalloc(ubi->fm_size); in ubi_attach_mtd_dev()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_rma.h | 407 return ret ? ret : vzalloc(align); in scif_zalloc()
|
/linux-4.4.14/drivers/char/ |
D | mspec.c | 275 vdata = vzalloc(vdata_size); in mspec_mmap()
|
D | raw.c | 324 raw_devices = vzalloc(sizeof(struct raw_device_data) * max_raw_minors); in raw_init()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | mmu_context_iommu.c | 117 mem->hpas = vzalloc(entries * sizeof(mem->hpas[0])); in mm_iommu_get()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_gart.c | 347 rdev->gart.pages = vzalloc(sizeof(void *) * rdev->gart.num_cpu_pages); in radeon_gart_init()
|
/linux-4.4.14/drivers/s390/cio/ |
D | blacklist.c | 362 buf = vzalloc(user_len + 1); /* maybe better use the stack? */ in cio_ignore_write()
|
/linux-4.4.14/kernel/bpf/ |
D | arraymap.c | 49 array = vzalloc(array_size); in array_map_alloc()
|
/linux-4.4.14/fs/jffs2/ |
D | build.c | 380 c->blocks = vzalloc(size); in jffs2_do_mount_fs()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-dump.c | 245 dump->buffer = vzalloc(PAGE_ALIGN(dump->size)); in dump_read_data()
|
D | opal-flash.c | 439 image_data.data = vzalloc(PAGE_ALIGN(image_data.size)); in alloc_image_buf()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | sw.c | 165 rtlpriv->rtlhal.pfirmware = vzalloc(0x8000); in rtl92ee_init_sw_vars()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | sw.c | 165 rtlpriv->rtlhal.pfirmware = vzalloc(0x8000); in rtl88e_init_sw_vars()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ioctl.c | 205 bounce = vzalloc(size); in vmw_get_cap_3d_ioctl()
|
D | vmwgfx_fb.c | 689 par->vmalloc = vzalloc(fb_size); in vmw_fb_init()
|
D | vmwgfx_binding.c | 1212 cbs = vzalloc(sizeof(*cbs)); in vmw_binding_state_alloc()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | sw.c | 172 rtlpriv->rtlhal.pfirmware = vzalloc(0x6000); in rtl8723e_init_sw_vars()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | sw.c | 175 rtlpriv->rtlhal.pfirmware = vzalloc(0x8000); in rtl92d_init_sw_vars()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | sw.c | 179 rtlpriv->rtlhal.pfirmware = vzalloc(0x8000); in rtl8723be_init_sw_vars()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | sw.c | 72 rtlpriv->rtlhal.pfirmware = vzalloc(0x4000); in rtl92cu_init_sw_vars()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | sw.c | 162 rtlpriv->rtlhal.pfirmware = vzalloc(0x4000); in rtl92c_init_sw_vars()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 128 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()
|
D | vivid-core.c | 846 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()
|
D | vivid-vid-cap.c | 1157 new_bitmap = vzalloc(bitmap_size); in vidioc_s_fmt_vid_overlay()
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-config.c | 1327 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/ |
D | sw.c | 210 rtlpriv->rtlhal.pfirmware = vzalloc(sizeof(struct rt_firmware)); in rtl92s_init_sw_vars()
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedi_buf.c | 111 bm->page_list = vzalloc(sizeof(*buf) * n_pages); in __comedi_buf_alloc()
|
/linux-4.4.14/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 413 sbp.sbprof_tbbuf = vzalloc(MAX_TBSAMPLE_BYTES); in sbprof_tb_open()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | usb_intf.c | 355 padapter = (struct adapter *)vzalloc(sizeof(*padapter)); in rtw_usb_if1_init()
|
/linux-4.4.14/drivers/iommu/ |
D | dma-iommu.c | 202 pages = vzalloc(array_size); in __iommu_dma_alloc_pages()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 78 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA + 4); in _rtw_init_sta_priv()
|
D | rtw_xmit.c | 88 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()
|
D | rtw_recv.c | 76 …precvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(struct recv_frame) + RXFRAME_ALIGN… in _rtw_init_recv_priv()
|
D | rtw_mlme.c | 64 pbuf = vzalloc(MAX_BSS_CNT * (sizeof(struct wlan_network))); in rtw_init_mlme_priv()
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-alsa.c | 102 buf->sglist = vzalloc(buf->nr_pages * sizeof(*buf->sglist)); in cx23885_alsa_dma_init()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc.c | 241 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()
|
D | rndis_filter.c | 1141 net_device->sub_cb_buf = vzalloc((net_device->num_chn - 1) * in rndis_filter_device_add()
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_dma.c | 463 zdev->iommu_bitmap = vzalloc(zdev->iommu_pages / 8); in zpci_dma_init_device()
|
/linux-4.4.14/drivers/lightnvm/ |
D | gennvm.c | 159 lun->vlun.blocks = vzalloc(sizeof(struct nvm_block) * in gennvm_blocks_init()
|
D | rrpc.c | 998 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/ |
D | fm10k_netdev.c | 40 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/ |
D | sch_choke.c | 451 ntab = vzalloc((mask + 1) * sizeof(struct sk_buff *)); in choke_change()
|
D | sch_hhf.c | 484 ptr = vzalloc(sz); in hhf_zalloc()
|
D | sch_fq_codel.c | 397 ptr = vzalloc(sz); in fq_codel_zalloc()
|
/linux-4.4.14/drivers/bluetooth/ |
D | btmrvl_sdio.c | 1326 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/ |
D | qlcnic_init.c | 224 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()
|
D | qlcnic_minidump.c | 1226 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()
|
D | qlcnic_83xx_init.c | 1354 p_cache = vzalloc(size); in qlcnic_83xx_copy_bootloader() 1387 temp = vzalloc(fw->size); in qlcnic_83xx_copy_fw_file()
|
D | qlcnic_main.c | 916 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()
|
D | qlcnic_83xx_hw.c | 387 ahw->intr_tbl = vzalloc(num_msix * in qlcnic_83xx_setup_intr()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | main.c | 996 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/ |
D | libcxgbi.h | 681 p = vzalloc(size); in cxgbi_alloc_big_mem()
|
/linux-4.4.14/arch/s390/hypfs/ |
D | hypfs_diag.c | 572 base = vzalloc(buf_size); in dbfs_d204_create()
|
/linux-4.4.14/drivers/gpu/drm/via/ |
D | via_dmablit.c | 238 vsg->pages = vzalloc(sizeof(struct page *) * vsg->num_pages); in via_lock_all_dma_pages()
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_rnic.c | 462 c2dev->qptr_array = vzalloc(C2_MAX_CQS * sizeof(void *)); in c2_rnic_init()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf-dma-sg.c | 72 sglist = vzalloc(nr_pages * sizeof(*sglist)); in videobuf_vmalloc_to_sg()
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
D | cx25821-alsa.c | 166 buf->sglist = vzalloc(buf->nr_pages * sizeof(*buf->sglist)); in cx25821_alsa_dma_init()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_init.c | 385 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/ |
D | super.c | 769 : 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/ |
D | target_core_file.c | 767 buf = vzalloc(unit_size); in fd_format_prot()
|
D | target_core_user.c | 883 udev->mb_addr = vzalloc(TCMU_RING_SIZE); in tcmu_configure_device()
|
D | target_core_transport.c | 257 se_sess->sess_cmd_map = vzalloc(tag_num * tag_size); in transport_alloc_session_tags()
|
D | target_core_pr.c | 2036 buf = vzalloc(len); in core_scsi3_update_and_write_aptpl()
|
/linux-4.4.14/drivers/net/ppp/ |
D | pptp.c | 693 callid_sock = vzalloc((MAX_CALLID + 1) * sizeof(void *)); in pptp_init_module()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | base.c | 382 vm->pgt = vzalloc((vm->lpde - vm->fpde + 1) * sizeof(*vm->pgt)); in nvkm_vm_create()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | setup.c | 1178 octeon_dummy_iospace = vzalloc(IO_SPACE_LIMIT); in octeon_no_pci_init()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_file_ops.c | 1540 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()
|
D | ipath_init_chip.c | 447 pages = vzalloc(dd->ipath_cfgports * dd->ipath_rcvtidcnt * in init_shadow_tids()
|
D | ipath_driver.c | 201 dd = vzalloc(sizeof(*dd)); in ipath_alloc_devdata()
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 675 rtn = vzalloc(size); in mlx5_vzalloc()
|
/linux-4.4.14/drivers/dma/ |
D | mic_x100_dma.c | 390 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/ |
D | xt_recent.c | 397 t = vzalloc(sz); in recent_mt_check()
|
D | x_tables.c | 979 i->jumpstack = vzalloc(size); in xt_jumpstack_alloc()
|
D | nf_conntrack_core.c | 1551 hash = vzalloc(sz); in nf_ct_alloc_hashtable()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 765 counters = vzalloc(countersize); in alloc_counters() 1014 counters = vzalloc(num_counters * sizeof(struct xt_counters)); in __do_replace()
|
D | ip_tables.c | 930 counters = vzalloc(countersize); in alloc_counters() 1197 counters = vzalloc(num_counters * sizeof(struct xt_counters)); in __do_replace()
|
/linux-4.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 225 API-vzalloc 228 API-vzalloc-node
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-if.c | 603 buf->data = vzalloc(PWC_FRAME_SIZE); in buffer_init()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 313 buf->sglist = vzalloc(buf->nr_pages * sizeof(*buf->sglist)); in cx88_alsa_dma_init()
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | xenbus.c | 789 be->vif->queues = vzalloc(requested_num_queues * in connect()
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 889 regbuf = vzalloc(reglen); in ethtool_get_regs() 1553 data = vzalloc(tmp.len); in ethtool_get_dump_data()
|
D | dev.c | 6536 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/ |
D | ipoib_cm.c | 357 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()
|
D | ipoib_main.c | 1541 priv->tx_ring = vzalloc(ipoib_sendq_size * sizeof *priv->tx_ring); in ipoib_dev_init()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_init.c | 215 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()
|
D | netxen_nic_hw.c | 2567 vzalloc(adapter->mdump.md_dump_size); in netxen_dump_fw()
|
/linux-4.4.14/fs/proc/ |
D | vmcore.c | 319 return vzalloc(notes_sz); in alloc_elfnotes_buf()
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hiddev.c | 282 if (!(list = vzalloc(sizeof(struct hiddev_list)))) in hiddev_open()
|
/linux-4.4.14/arch/x86/kvm/ |
D | cpuid.c | 695 cpuid_entries = vzalloc(sizeof(struct kvm_cpuid_entry2) * cpuid->nent); in kvm_dev_ioctl_get_cpuid()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | file_ops.c | 1249 uctxt->tid_pg_list = vzalloc(uctxt->expected_count * in setup_ctxt() 1255 uctxt->physshadow = vzalloc(uctxt->expected_count * in setup_ctxt()
|
D | sdma.c | 1132 vzalloc( in sdma_init()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 942 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/ |
D | saa7134-alsa.c | 287 dma->sglist = vzalloc(dma->nr_pages * sizeof(*dma->sglist)); in saa7134_alsa_dma_init()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | debug.c | 687 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/ |
D | ixgb_main.c | 707 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/ |
D | rtsx_chip.c | 1674 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/ |
D | qed_main.c | 692 workspace = vzalloc(zlib_inflate_workspacesize()); in qed_alloc_stream_mem()
|
/linux-4.4.14/drivers/net/fjes/ |
D | fjes_hw.c | 131 mem = vzalloc(EP_BUFFER_SIZE); in fjes_hw_alloc_epbuf()
|
/linux-4.4.14/drivers/vfio/ |
D | vfio_iommu_spapr_tce.c | 153 uas = vzalloc(cb); in tce_iommu_userspace_view_alloc()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | mr.c | 120 buddy->bits[i] = vzalloc(s * sizeof(long)); in mlx4_buddy_init()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_metrics.c | 1153 tcp_metrics_hash = vzalloc(size); in tcp_net_metrics_init()
|
D | fib_trie.c | 314 return vzalloc(size); in tnode_alloc()
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 443 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/ |
D | trans.c | 2533 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/ |
D | ql4_os.c | 6339 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/ |
D | vb_init.c | 856 rom_copy = vzalloc(XGIFB_ROM_SIZE); in xgifb_copy_rom()
|
/linux-4.4.14/drivers/cpufreq/ |
D | intel_pstate.c | 1394 all_cpu_data = vzalloc(sizeof(void *) * num_possible_cpus()); in intel_pstate_init()
|
/linux-4.4.14/drivers/hid/ |
D | hid-core.c | 797 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/ |
D | pch_gbe_main.c | 1793 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/ |
D | cxgb3_offload.c | 1163 p = vzalloc(size); in cxgb_alloc_mem()
|
/linux-4.4.14/drivers/block/zram/ |
D | zram_drv.c | 511 meta->table = vzalloc(num_pages * sizeof(*meta->table)); in zram_meta_alloc()
|
/linux-4.4.14/drivers/input/ |
D | evdev.c | 507 client = vzalloc(size); in evdev_open()
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fbtft-core.c | 724 vmem = vzalloc(vmem_size); in fbtft_framebuffer_alloc()
|
/linux-4.4.14/drivers/mtd/ |
D | mtdswap.c | 1376 d->eb_data = vzalloc(eblk_bytes); in mtdswap_init()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_pr.c | 1384 vcpu_book3s = vzalloc(sizeof(struct kvmppc_vcpu_book3s)); in kvmppc_core_vcpu_create_pr()
|
D | book3s_hv.c | 2831 slot->arch.rmap = vzalloc(npages * sizeof(*slot->arch.rmap)); in kvmppc_core_create_memslot_hv()
|
/linux-4.4.14/net/mpls/ |
D | af_mpls.c | 1403 labels = vzalloc(size); in resize_platform_label_table()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 2983 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/ |
D | vhost.c | 687 n = vzalloc(size); in vhost_kvzalloc()
|
D | scsi.c | 1420 vs = vzalloc(sizeof(*vs)); in vhost_scsi_open()
|
/linux-4.4.14/drivers/media/pci/ngene/ |
D | ngene-core.c | 1658 dev = vzalloc(sizeof(struct ngene)); in ngene_probe()
|
/linux-4.4.14/drivers/atm/ |
D | idt77252.c | 3416 card->vcs = vzalloc(size); in init_card() 3426 card->scd2vc = vzalloc(size); in init_card()
|
D | lanai.c | 1452 lanai->vccs = vzalloc(bytes); in vcc_table_allocate()
|
/linux-4.4.14/arch/arm/mm/ |
D | dma-mapping.c | 1136 pages = vzalloc(array_size); in __iommu_alloc_buffer()
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_core.c | 261 members = vzalloc(size); in ip_set_alloc()
|
/linux-4.4.14/fs/btrfs/ |
D | raid56.c | 223 table = vzalloc(table_size); in btrfs_alloc_stripe_hash_table()
|
D | check-integrity.c | 3096 state = vzalloc(sizeof(*state)); in btrfsic_mount()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nandsim.c | 591 ns->pages_written = vzalloc(BITS_TO_LONGS(ns->geom.pgnum) * in alloc_device()
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_common.c | 2309 dev = vzalloc(sizeof(isdn_dev)); in isdn_init()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 1509 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/ |
D | super.c | 1080 bitmap = vzalloc(size); /* TODO: get rid of vzalloc */ in udf_sb_alloc_bitmap()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_main.c | 1125 priv->soft_mac_tbl = vzalloc(sizeof(*priv->soft_mac_tbl) in hns_dsaf_init()
|
/linux-4.4.14/arch/s390/kvm/ |
D | interrupt.c | 1630 buf = vzalloc(len); in get_all_floating_irqs()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | farch.c | 2855 table->spec = vzalloc(table->size * sizeof(*table->spec)); in efx_farch_filter_table_probe()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 977 priv->pFirmware = vzalloc(sizeof(struct rt_firmware)); in _rtl92e_init_priv_variable()
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 347 buffer = vzalloc((1 << order) * PAGE_SIZE); in alloc_one_pg_vec_page()
|
/linux-4.4.14/Documentation/ |
D | CodingStyle | 720 vzalloc(). Please refer to the API documentation for further information
|
/linux-4.4.14/virt/kvm/ |
D | kvm_main.c | 627 return vzalloc(size); in kvm_kvzalloc()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 3182 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/ |
D | netdev.c | 2345 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/ |
D | ehea_main.c | 1453 q_skba->arr = vzalloc(arr_size); in ehea_init_q_skba()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 1234 dump_file = vzalloc(file_len); in iwl_mvm_fw_error_dump()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 778 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/ |
D | ixgbe_main.c | 5491 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/ |
D | af_packet.c | 4018 buffer = vzalloc((1 << order) * PAGE_SIZE); in alloc_one_pg_vec_page()
|