call trace
1 | > vmalloc |
1 | 1731 void *vmalloc(unsigned long size) |
1 | 1715 static inline void *__vmalloc_node_flags(unsigned long size, |
1 | 1700 static void *__vmalloc_node(unsigned long size, unsigned long align, |
相当于调用
1 | __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, GFP_KERNEL | __GFP_HIGHMEM,PAGE_KERNEL, -1, __builtin_return_address(0)); |
1 | 1644 void *__vmalloc_node_range(unsigned long size, unsigned long align, |
1 | 1315 static struct vm_struct *__get_vm_area_node(unsigned long size, |