函数逻辑报告 |
Source Code:kernel\power\snapshot.c |
Create Date:2022-07-27 11:01:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:swsusp_save
函数原型:asmlinkage __visible int swsusp_save(void)
返回类型:int
参数:无
1979 | 打印信息("Creating hibernation image:\n") |
1981 | drain_local_pages(NULL) |
1983 | nr_highmem等于count_highmem_pages() |
1984 | 打印信息("Need to copy %u pages\n", nr_pages + nr_highmem) |
2000 | drain_local_pages(NULL) |
2009 | nr_pages加等于nr_highmem |
2011 | Number of pages needed for saving the original pfns of the image pages 等于DIV_ROUND_UP(nr_pages * sizeof(long), PAGE_SIZE) |
2015 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |