函数逻辑报告 |
Source Code:kernel\power\snapshot.c |
Create Date:2022-07-27 11:00:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:memory_bm_set_bit
函数原型:static void memory_bm_set_bit(struct memory_bitmap *bm, unsigned long pfn)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct memory_bitmap * | bm | |
unsigned long | pfn |
781 | 设置内存位 |
名称 | 描述 |
---|---|
swsusp_set_page_free | Each page frame allocated for creating the image is marked by setting the* corresponding bits in forbidden_pages_map and free_pages_map simultaneously |
swsusp_set_page_forbidden | |
copy_data_pages | |
preallocate_image_pages | preallocate_image_pages - Allocate a number of pages for hibernation image.*@nr_pages: Number of page frames to allocate.*@mask: GFP flags to use for the allocation.* Return value: Number of page frames actually allocated |
swsusp_alloc | swsusp_alloc - Allocate memory for hibernation image |
duplicate_memory_bitmap | |
unpack_orig_pfns | 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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |