函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\nommu.c Create Date:2022-07-27 16:02:38
Last Modify:2020-03-17 21:26:27 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:vmalloc - allocate virtually contiguous memory*@size: allocation size* Allocate enough pages to cover @size from the page level* allocator and map them into contiguous kernel virtual space.* For tight control over page level allocator and protection flags

函数原型:void *vmalloc(unsigned long size)

返回类型:void

参数:

类型参数名称
unsigned longsize
233  返回:__vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL)
调用者
名称描述
generic_load_microcode
save_image_lzosave_image_lzo - Save the suspend image data compressed with LZO.*@handle: Swap map handle to use for saving the image.*@snapshot: Image to read data from.*@nr_to_write: Number of pages to save.
sel_write_load
kernel_read_file