/linux-4.4.14/include/drm/ |
D | drm_mem_util.h | 40 return __vmalloc(size * nmemb, in drm_calloc_large() 53 return __vmalloc(size * nmemb, in drm_malloc_ab()
|
/linux-4.4.14/fs/ntfs/ |
D | malloc.h | 51 return __vmalloc(size, gfp_mask, PAGE_KERNEL); in __ntfs_malloc()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-mem.c | 40 ret = __vmalloc(size, flags | __GFP_ZERO, PAGE_KERNEL); in libcfs_kvzalloc()
|
/linux-4.4.14/drivers/block/zram/ |
D | zcomp_lz4.c | 33 ret = __vmalloc(LZ4_MEM_COMPRESS, in zcomp_lz4_create()
|
D | zcomp_lzo.c | 33 ret = __vmalloc(LZO1X_MEM_COMPRESS, in lzo_create()
|
/linux-4.4.14/fs/xfs/ |
D | kmem.c | 87 ptr = __vmalloc(size, lflags | __GFP_HIGHMEM | __GFP_ZERO, PAGE_KERNEL); in kmem_zalloc_large()
|
/linux-4.4.14/mm/ |
D | nommu.c | 264 void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot) in __vmalloc() function 272 EXPORT_SYMBOL(__vmalloc); 278 ret = __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO, in vmalloc_user() 339 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL); in vmalloc() 357 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO, in vzalloc() 415 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL_EXEC); in vmalloc_exec() 427 return __vmalloc(size, GFP_KERNEL, PAGE_KERNEL); in vmalloc_32()
|
D | vmalloc.c | 1719 void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot) in __vmalloc() function 1724 EXPORT_SYMBOL(__vmalloc);
|
D | page_alloc.c | 6393 table = __vmalloc(size, GFP_ATOMIC, PAGE_KERNEL); in alloc_large_system_hash()
|
/linux-4.4.14/include/linux/ |
D | vmalloc.h | 77 extern void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot);
|
/linux-4.4.14/drivers/hv/ |
D | hv.c | 222 virtaddr = __vmalloc(PAGE_SIZE, GFP_KERNEL, PAGE_KERNEL_EXEC); in hv_init() 243 va_tsc = __vmalloc(PAGE_SIZE, GFP_KERNEL, PAGE_KERNEL); in hv_init()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_scatter.c | 44 return __vmalloc(size, GFP_KERNEL, PAGE_KERNEL | _PAGE_NO_CACHE); in drm_vmalloc_dma()
|
/linux-4.4.14/sound/core/ |
D | pcm_memory.c | 417 runtime->dma_area = __vmalloc(size, gfp_flags, PAGE_KERNEL); in _snd_pcm_lib_alloc_vmalloc_buffer()
|
/linux-4.4.14/kernel/bpf/ |
D | core.c | 81 fp = __vmalloc(size, gfp_flags, PAGE_KERNEL); in bpf_prog_alloc() 114 fp = __vmalloc(size, gfp_flags, PAGE_KERNEL); in bpf_prog_realloc()
|
/linux-4.4.14/fs/gfs2/ |
D | dir.c | 361 hc = __vmalloc(hsize, GFP_NOFS, PAGE_KERNEL); in gfs2_dir_get_hash_table() 1133 hc2 = __vmalloc(hsize_bytes * 2, GFP_NOFS, PAGE_KERNEL); in dir_double_exhash() 1294 ptr = __vmalloc(size, GFP_NOFS, PAGE_KERNEL); in gfs2_alloc_sort_buffer() 1904 ht = __vmalloc(size, GFP_NOFS | __GFP_NOWARN | __GFP_ZERO, in leaf_dealloc()
|
D | quota.c | 1322 sdp->sd_quota_bitmap = __vmalloc(bm_size, GFP_NOFS | in gfs2_quota_init()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | io.c | 1344 buf1 = __vmalloc(len, GFP_NOFS, PAGE_KERNEL); in self_check_write() 1408 buf = __vmalloc(len, GFP_NOFS, PAGE_KERNEL); in ubi_self_check_all_ff()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | srq.c | 176 srq->wrid = __vmalloc(srq->msrq.max * sizeof(u64), in mlx4_ib_create_srq()
|
D | qp.c | 801 qp->sq.wrid = __vmalloc(qp->sq.wqe_cnt * sizeof(u64), in create_qp_common() 805 qp->rq.wrid = __vmalloc(qp->rq.wqe_cnt * sizeof(u64), in create_qp_common()
|
/linux-4.4.14/net/ceph/ |
D | ceph_common.c | 190 return __vmalloc(size, flags | __GFP_HIGHMEM, PAGE_KERNEL); in ceph_kvmalloc()
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | extent_tree.c | 548 start_p = __vmalloc(buffer_size, GFP_NOFS, PAGE_KERNEL); in ext_tree_prepare_commit()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_qp.c | 1033 swq = __vmalloc((init_attr->cap.max_send_wr + 1) * sz, in qib_create_qp() 1076 qp->r_rq.wq = __vmalloc( in qib_create_qp()
|
/linux-4.4.14/Documentation/ |
D | kmemleak.txt | 103 block is not considered a leak. One example is __vmalloc().
|
/linux-4.4.14/fs/ubifs/ |
D | orphan.c | 888 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_scan_orphans()
|
D | lpt_commit.c | 1639 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_check_ltab_lnum() 1888 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dump_lpt_leb()
|
D | lprops.c | 1094 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in scan_check_cb()
|
D | debug.c | 820 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in ubifs_dump_leb()
|
/linux-4.4.14/fs/f2fs/ |
D | f2fs.h | 1620 ret = __vmalloc(size, flags, PAGE_KERNEL); in f2fs_kvmalloc() 1630 ret = __vmalloc(size, flags | __GFP_ZERO, PAGE_KERNEL); in f2fs_kvzalloc()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_bitmap.c | 399 new_pages = __vmalloc(bytes, in bm_realloc_pages()
|
/linux-4.4.14/drivers/md/ |
D | dm-bufio.c | 402 ptr = __vmalloc(c->block_size, gfp_mask | __GFP_HIGHMEM, PAGE_KERNEL); in alloc_buffer_data()
|
D | dm-ioctl.c | 1725 …dmi = __vmalloc(param_kernel->data_size, GFP_NOIO | __GFP_REPEAT | __GFP_HIGH | __GFP_HIGHMEM, PAG… in copy_params()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 1114 p->tx_ring = __vmalloc(ipoib_sendq_size * sizeof *p->tx_ring, in ipoib_cm_tx_init()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 156 ret = __vmalloc(size, flags, PAGE_KERNEL); in ext4_kvmalloc() 166 ret = __vmalloc(size, flags | __GFP_ZERO, PAGE_KERNEL); in ext4_kvzalloc()
|
/linux-4.4.14/kernel/ |
D | module.c | 2692 info->hdr = __vmalloc(info->len, in copy_module_from_user()
|