Searched refs:__vmalloc_node_range (Results 1 – 9 of 9) sorted by relevance
| /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 …alloc_node\|vmalloc_exec\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\|__vmalloc_… 85 …alloc_node\|vmalloc_exec\|vmalloc_32\|vmalloc_32_user\|__vmalloc\|__vmalloc_node_range\|__vmalloc_… 99 * __vmalloc_node_range\|__vmalloc_node\)(...)@a 112 __vmalloc_node_range\|__vmalloc_node\)(...)@a
|
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | vmalloced-kernel-stacks.rst | 83 alloc_thread_stack_node()调用__vmalloc_node_range()来分配带有PAGE_KERNEL 87 进行memcg核算。因此,__vmalloc_node_range被调用时没有__GFP_ACCOUNT。
|
| /linux/kernel/ |
| H A D | scs.c | 46 s = __vmalloc_node_range(SCS_SIZE, 1, VMALLOC_START, VMALLOC_END, in __scs_alloc()
|
| /linux/Documentation/mm/ |
| H A D | vmalloced-kernel-stacks.rst | 91 alloc_thread_stack_node() calls __vmalloc_node_range() to allocate stack 96 Hence, __vmalloc_node_range is called without __GFP_ACCOUNT.
|
| /linux/mm/kasan/ |
| H A D | shadow.c | 242 ret = __vmalloc_node_range(shadow_size, PAGE_SIZE, shadow_start, in kasan_mem_notifier() 676 ret = __vmalloc_node_range(shadow_size, 1, shadow_start, in kasan_alloc_module_shadow()
|
| /linux/mm/ |
| H A D | execmem.c | 41 p = __vmalloc_node_range(size, align, start, end, gfp_flags, in execmem_vmalloc() 47 p = __vmalloc_node_range(size, align, start, end, gfp_flags, in execmem_vmalloc()
|
| /linux/include/linux/ |
| H A D | vmalloc.h | 178 #define __vmalloc_node_range(...) alloc_hooks(__vmalloc_node_range_noprof(__VA_ARGS__)) macro
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_init.c | 527 hv_hypercall_pg = __vmalloc_node_range(PAGE_SIZE, 1, MODULES_VADDR, in hyperv_init()
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 401 return __vmalloc_node_range(size, align, VMALLOC_START, VMALLOC_END, in __bpf_map_area_alloc()
|