函数逻辑报告 |
Source Code:mm\vmalloc.c |
Create Date:2022-07-27 16:30:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:small helper routine , copy contents to buf from addr.* If the page is not present, fill zero.
函数原型:static int aligned_vread(char *buf, char *addr, unsigned long count)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | buf | |
char * | addr | |
unsigned long | count |
2818 | copied等于0 |
2851 | 返回:copied |
名称 | 描述 |
---|---|
vread | vread() - read vmalloc area in a safe way.*@buf: buffer for reading data*@addr: vm address.*@count: number of bytes to be read.* This function checks that addr is a valid vmalloc'ed area, and* copy data from that area to a given buffer |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |