函数逻辑报告 |
Source Code:kernel\power\snapshot.c |
Create Date:2022-07-27 11:01:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pack_orig_pfns - Set bits corresponding to given PFNs in a memory bitmap.*@bm: Memory bitmap.*@buf: Area of memory containing the PFNs.* For each element of the array pointed to by @buf (1 page at a time), set the* corresponding bit in @bm.
函数原型:static int unpack_orig_pfns(unsigned long *buf, struct memory_bitmap *bm)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long * | buf | |
struct memory_bitmap * | bm |
2222 | 如果此条件成立可能性小(为编译器优化)(buf[j] == Data types related to memory bitmaps)则退出 |
2226 | page_key_memorize(buf + j) |
2230 | 否则返回:负EFAULT |
2234 | 返回:0 |
名称 | 描述 |
---|---|
snapshot_write_next | snapshot_write_next - Get the address to store the next image page.*@handle: Snapshot handle structure to guide the writing.* On the first call, @handle should point to a zeroed snapshot_handle* structure |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |