| /linux/scripts/coccinelle/api/ |
| H A D | kfree_mismatch.cocci | 33 vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\| 46 vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\| 71 …|vmalloc_user\|vmalloc_node\|vzalloc_node\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|__vmalloc_node_… 85 …|vmalloc_user\|vmalloc_node\|vzalloc_node\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|__vmalloc_node_… 98 * vmalloc_32\|vmalloc_32_user\|__vmalloc\| 111 vmalloc_32\|vmalloc_32_user\|__vmalloc\|
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | gfp_mask-from-fs-io.rst | 57 那么__vmalloc(GFP_NOFS)呢?
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kmemleak.rst | 102 数量,如此一来这些内存便不会被认为泄露。一个例子是 __vmalloc()。
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_dump.c | 162 iter.start = __vmalloc(file_size, GFP_NOWAIT); in etnaviv_core_dump()
|
| /linux/drivers/net/can/spi/mcp251xfd/ |
| H A D | mcp251xfd-dump.c | 266 iter.start = __vmalloc(file_size, GFP_KERNEL | __GFP_NOWARN | in mcp251xfd_dump()
|
| /linux/include/linux/ |
| H A D | vmalloc.h | 172 #define __vmalloc(...) alloc_hooks(__vmalloc_noprof(__VA_ARGS__)) macro
|
| /linux/drivers/nvme/host/ |
| H A D | zns.c | 139 buf = __vmalloc(bufsize, GFP_KERNEL | __GFP_NORETRY); in nvme_zns_alloc_report_buffer()
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_init.c | 150 *hvp = __vmalloc(PAGE_SIZE, GFP_KERNEL | __GFP_ZERO); in hv_cpu_init()
|
| /linux/drivers/mtd/ubi/ |
| H A D | io.c | 1391 buf1 = __vmalloc(len, GFP_NOFS); in self_check_write() 1455 buf = __vmalloc(len, GFP_NOFS); in ubi_self_check_all_ff()
|
| /linux/kernel/bpf/ |
| H A D | core.c | 107 fp = __vmalloc(size, gfp_flags); in bpf_prog_alloc_no_stats() 270 fp = __vmalloc(size, gfp_flags); in bpf_prog_realloc() 309 dst = __vmalloc(size, GFP_KERNEL_ACCOUNT); in bpf_prog_calc_tag() 1520 fp = __vmalloc(fp_other->pages * PAGE_SIZE, gfp_flags); in bpf_prog_clone_create()
|
| H A D | verifier.c | 21202 __vmalloc(array_size(sizeof(struct bpf_insn_aux_data), len), in bpf_check()
|
| /linux/fs/ubifs/ |
| H A D | orphan.c | 879 buf = __vmalloc(c->leb_size, GFP_NOFS); in dbg_scan_orphans()
|
| H A D | lpt_commit.c | 1599 buf = p = __vmalloc(c->leb_size, GFP_NOFS); in dbg_check_ltab_lnum() 1847 buf = p = __vmalloc(c->leb_size, GFP_NOFS); in dump_lpt_leb()
|
| H A D | lprops.c | 1099 buf = __vmalloc(c->leb_size, GFP_NOFS); in scan_check_cb()
|
| /linux/fs/nfs/blocklayout/ |
| H A D | extent_tree.c | 662 start_p = __vmalloc(buffer_size, GFP_NOFS); in ext_tree_prepare_commit()
|
| /linux/Documentation/dev-tools/ |
| H A D | kmemleak.rst | 115 block is not considered a leak. One example is __vmalloc().
|
| /linux/net/bridge/netfilter/ |
| H A D | ebtables.c | 1139 newinfo = __vmalloc(sizeof(*newinfo) + countersize, GFP_KERNEL_ACCOUNT); in do_replace() 1146 newinfo->entries = __vmalloc(tmp.entries_size, GFP_KERNEL_ACCOUNT); in do_replace()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_bitmap.c | 399 new_pages = __vmalloc(bytes, GFP_NOIO | __GFP_ZERO); in bm_realloc_pages()
|
| /linux/mm/ |
| H A D | nommu.c | 146 ret = __vmalloc(size, flags); in __vmalloc_user_flags()
|
| /linux/fs/xfs/ |
| H A D | xfs_buf.c | 205 bp->b_addr = __vmalloc(size, gfp_mask); in xfs_buf_alloc_vmalloc()
|
| /linux/fs/gfs2/ |
| H A D | quota.c | 1426 sdp->sd_quota_bitmap = __vmalloc(bm_size, GFP_NOFS | in gfs2_quota_init()
|
| /linux/net/ipv4/ |
| H A D | nexthop.c | 172 info->nh_res_table = __vmalloc(size, GFP_KERNEL | __GFP_ZERO | in nh_notifier_res_table_info_init() 569 res_table = __vmalloc(size, GFP_KERNEL | __GFP_ZERO | __GFP_NOWARN); in nexthop_res_table_alloc()
|
| /linux/drivers/md/ |
| H A D | dm-bufio.c | 1195 return __vmalloc(c->block_size, gfp_mask); in alloc_buffer_data()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | vduse_dev.c | 1382 page_list = __vmalloc(array_size(npages, sizeof(struct page *)), in vduse_dev_reg_umem()
|