Home
last modified time | relevance | path

Searched refs:__vmalloc (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/linux/scripts/coccinelle/api/
H A Dkfree_mismatch.cocci33 vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\|
46 vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\|
71 …|vmalloc_node\|vzalloc_node\|vmalloc_exec\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|__vmalloc_node_…
85 …|vmalloc_node\|vzalloc_node\|vmalloc_exec\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|__vmalloc_node_…
98 * vmalloc_exec\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|
111 vmalloc_exec\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|
/openbmc/linux/mm/
H A Dnommu.c142 void *__vmalloc(unsigned long size, gfp_t gfp_mask) in __vmalloc() function
150 EXPORT_SYMBOL(__vmalloc);
157 return __vmalloc(size, gfp_mask); in __vmalloc_node_range()
163 return __vmalloc(size, gfp_mask); in __vmalloc_node()
170 ret = __vmalloc(size, flags); in __vmalloc_user_flags()
224 return __vmalloc(size, GFP_KERNEL); in vmalloc()
228 void *vmalloc_huge(unsigned long size, gfp_t gfp_mask) __weak __alias(__vmalloc);
244 return __vmalloc(size, GFP_KERNEL | __GFP_ZERO); in vzalloc()
292 return __vmalloc(size, GFP_KERNEL); in vmalloc_32()
H A Dutil.c712 return __vmalloc(bytes, flags); in __vmalloc_array()
/openbmc/linux/fs/ntfs/
H A Dmalloc.h37 return __vmalloc(size, gfp_mask); in __ntfs_malloc()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dgfp_mask-from-fs-io.rst57 那么__vmalloc(GFP_NOFS)呢?
/openbmc/linux/include/linux/
H A Dvmalloc.h147 extern void *__vmalloc(unsigned long size, gfp_t gfp_mask) __alloc_size(1);
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_dump.c163 iter.start = __vmalloc(file_size, GFP_KERNEL | __GFP_NOWARN | in panfrost_core_dump()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_dump.c162 iter.start = __vmalloc(file_size, GFP_KERNEL | __GFP_NOWARN | in etnaviv_core_dump()
/openbmc/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-dump.c266 iter.start = __vmalloc(file_size, GFP_KERNEL | __GFP_NOWARN | in mcp251xfd_dump()
/openbmc/linux/Documentation/core-api/
H A Dgfp_mask-from-fs-io.rst55 What about __vmalloc(GFP_NOFS)
/openbmc/u-boot/include/linux/
H A Dcompat.h92 #define __vmalloc(size, flags, pgsz) kmalloc(size, flags) macro
/openbmc/linux/drivers/nvme/host/
H A Dzns.c140 buf = __vmalloc(bufsize, GFP_KERNEL | __GFP_NORETRY); in nvme_zns_alloc_report_buffer()
/openbmc/linux/lib/
H A Dfortify_kunit.c219 __vmalloc((alloc_pages) * PAGE_SIZE, gfp), vfree(p)); \
H A Doverflow_kunit.c601 DEFINE_TEST_ALLOC(__vmalloc, vfree, 0, 1, 0);
629 check_allocation_overflow(__vmalloc); in overflow_allocation_test()
/openbmc/linux/fs/gfs2/
H A Ddir.c356 hc = __vmalloc(hsize, GFP_NOFS); in gfs2_dir_get_hash_table()
1166 hc2 = __vmalloc(hsize_bytes * 2, GFP_NOFS); in dir_double_exhash()
1328 ptr = __vmalloc(size, GFP_NOFS); in gfs2_alloc_sort_buffer()
1994 ht = __vmalloc(size, GFP_NOFS | __GFP_NOWARN | __GFP_ZERO); in leaf_dealloc()
/openbmc/linux/drivers/mtd/ubi/
H A Dio.c1302 buf1 = __vmalloc(len, GFP_NOFS); in self_check_write()
1366 buf = __vmalloc(len, GFP_NOFS); in ubi_self_check_all_ff()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dio.c1332 buf1 = __vmalloc(len, GFP_NOFS, PAGE_KERNEL); in self_check_write()
1397 buf = __vmalloc(len, GFP_NOFS, PAGE_KERNEL); in ubi_self_check_all_ff()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c115 *hvp = __vmalloc(PAGE_SIZE, GFP_KERNEL | __GFP_ZERO); in hv_cpu_init()
/openbmc/linux/sound/core/
H A Dpcm_memory.c520 runtime->dma_area = __vmalloc(size, gfp_flags); in _snd_pcm_lib_alloc_vmalloc_buffer()
/openbmc/linux/arch/x86/kernel/
H A Dldt.c171 new_ldt->entries = __vmalloc(alloc_size, GFP_KERNEL_ACCOUNT | __GFP_ZERO); in alloc_ldt_struct()
/openbmc/linux/fs/nfs/blocklayout/
H A Dextent_tree.c585 start_p = __vmalloc(buffer_size, GFP_NOFS); in ext_tree_prepare_commit()
/openbmc/u-boot/fs/ubifs/
H A Dorphan.c877 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_scan_orphans()
H A Dlpt_commit.c1642 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_check_ltab_lnum()
1891 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dump_lpt_leb()
/openbmc/linux/kernel/bpf/
H A Dcore.c98 fp = __vmalloc(size, gfp_flags); in bpf_prog_alloc_no_stats()
249 fp = __vmalloc(size, gfp_flags); in bpf_prog_realloc()
1392 fp = __vmalloc(fp_other->pages * PAGE_SIZE, gfp_flags); in bpf_prog_clone_create()
/openbmc/linux/fs/ubifs/
H A Dlpt_commit.c1599 buf = p = __vmalloc(c->leb_size, GFP_NOFS); in dbg_check_ltab_lnum()
1848 buf = p = __vmalloc(c->leb_size, GFP_NOFS); in dump_lpt_leb()

12