Searched refs:__vmalloc_node (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/coccinelle/api/ |
| H A D | kfree_mismatch.cocci | 34 __vmalloc_node\)(...)@vok 47 __vmalloc_node\)(...)@vok 71 …oc_exec\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\|__vmalloc_node\)(...); ... } 85 …oc_exec\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\|__vmalloc_node\)(...); ... } 99 * __vmalloc_node_range\|__vmalloc_node\)(...)@a 112 __vmalloc_node_range\|__vmalloc_node\)(...)@a
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_vmalloc.c | 100 ptr = __vmalloc_node(size, align, GFP_KERNEL | __GFP_ZERO, 0, in random_size_align_alloc_test() 123 ptr = __vmalloc_node(PAGE_SIZE, align, GFP_KERNEL|__GFP_ZERO, 0, in align_shift_alloc_test() 140 ptr = __vmalloc_node(5 * PAGE_SIZE, THREAD_ALIGN << 1, in fix_align_alloc_test()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | vmap_stack.h | 22 return __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | vmalloc.c | 2485 pages = __vmalloc_node(array_size, 1, nested_gfp, node, in __vmalloc_area_node() 2610 void *__vmalloc_node(unsigned long size, unsigned long align, in __vmalloc_node() function 2622 EXPORT_SYMBOL_GPL(__vmalloc_node); 2627 return __vmalloc_node(size, 1, gfp_mask, NUMA_NO_NODE, in __vmalloc() 2646 return __vmalloc_node(size, 1, GFP_KERNEL, NUMA_NO_NODE, in vmalloc() 2666 return __vmalloc_node(size, 1, GFP_KERNEL | __GFP_ZERO, NUMA_NO_NODE, in vzalloc() 2704 return __vmalloc_node(size, 1, GFP_KERNEL, node, in vmalloc_node() 2722 return __vmalloc_node(size, 1, GFP_KERNEL | __GFP_ZERO, node, in vzalloc_node() 2750 return __vmalloc_node(size, 1, GFP_VMALLOC32, NUMA_NO_NODE, in vmalloc_32()
|
| H A D | util.c | 627 return __vmalloc_node(size, 1, flags, node, in kvmalloc_node()
|
| H A D | nommu.c | 161 void *__vmalloc_node(unsigned long size, unsigned long align, gfp_t gfp_mask, in __vmalloc_node() function
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | efi.c | 161 p = __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, GFP_KERNEL, in arm64_efi_rt_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vmalloc.h | 114 void *__vmalloc_node(unsigned long size, unsigned long align, gfp_t gfp_mask,
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | irq.c | 723 return __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, THREADINFO_GFP, in alloc_vm_stack()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | setup.c | 314 return (unsigned long)__vmalloc_node(THREAD_SIZE, THREAD_SIZE, in stack_alloc()
|