函数逻辑报告 |
Source Code:kernel\power\snapshot.c |
Create Date:2022-07-27 11:00:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:reate_mem_extents - Create a list of memory extents.*@list: List to put the extents into.*@gfp_mask: Mask to use for memory allocations.* The extents represent contiguous ranges of PFNs.
函数原型:static int create_mem_extents(struct list_head *list, gfp_t gfp_mask)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct list_head * | list | |
gfp_t | gfp_mask |
591 | 初始化链表头 |
593 | do nothing (zone) |
597 | zone_start等于内存域第一个页帧的索引 |
598 | zone_end等于zone_end_pfn(zone) |
601 | 如果zone_start小于等于end则退出 |
620 | 如果zone_start小于start则start等于zone_start |
632 | 删除链表项 |
633 | 释放内存 |
637 | 返回:0 |
名称 | 描述 |
---|---|
memory_bm_create | memory_bm_create - Allocate memory for a memory bitmap. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |