Searched refs:__vmalloc (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_mem_util.h40 return __vmalloc(size * nmemb,
53 return __vmalloc(size * nmemb,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dmalloc.h51 return __vmalloc(size, gfp_mask, PAGE_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_hash.c22 n = __vmalloc(sz, GFP_KERNEL | __GFP_ZERO, PAGE_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dosd.c55 return __vmalloc(size, GFP_KERNEL, PAGE_KERNEL_EXEC);
57 return __vmalloc(size, GFP_KERNEL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dbuffer.c21 b->vec.iov_base = __vmalloc(len, gfp, PAGE_KERNEL);
H A Dmessenger.c2111 m->front.iov_base = __vmalloc(front_len, flags,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Drequest_sock.c48 lopt = __vmalloc(lopt_size,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvmalloc.h61 extern void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_scatter.c43 return __vmalloc(size, GFP_KERNEL, PAGE_KERNEL | _PAGE_NO_CACHE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dref.c96 table = __vmalloc(actual_size * sizeof(struct reference),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dnommu.c212 void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot) function
220 EXPORT_SYMBOL(__vmalloc); variable
226 ret = __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO,
279 * use __vmalloc() instead.
283 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL);
306 * use __vmalloc() instead.
311 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL_EXEC);
323 return __vmalloc(size, GFP_KERNEL, PAGE_KERNEL);
H A Dvmalloc.c1408 * obtained from vmalloc(), vmalloc_32() or __vmalloc(). If @addr is
1587 void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot) function
1592 EXPORT_SYMBOL(__vmalloc); variable
1601 * use __vmalloc() instead.
1642 * use __vmalloc() instead.
1664 * use __vmalloc() instead.
H A Dpage_alloc.c5190 table = __vmalloc(size, GFP_ATOMIC, PAGE_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddmm.c95 virtual_mapping_table = __vmalloc(table_size *
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_memory.c453 runtime->dma_area = __vmalloc(size, gfp_flags, PAGE_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Ddir.c1248 ptr = __vmalloc(size, GFP_NOFS, PAGE_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_trie.c372 return __vmalloc(size, GFP_KERNEL | __GFP_ZERO, PAGE_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_core.c1889 hash = __vmalloc(sz, GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO,

Completed in 152 milliseconds