函数逻辑报告 |
Source Code:include\linux\mmzone.h |
Create Date:2022-07-27 06:40:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:get_page_from_free_area
函数原型:static inline struct page *get_page_from_free_area(struct free_area *area, int migratetype)
返回类型:struct page
参数:
类型 | 参数 | 名称 |
---|---|---|
struct free_area * | area | |
int | migratetype |
名称 | 描述 |
---|---|
__rmqueue_smallest | Go through the free lists for the given migratetype and remove* the smallest available page from the freelists |
unreserve_highatomic_pageblock | Used when an allocation is about to fail under memory pressure |
__rmqueue_fallback | Try finding a free buddy page on the fallback list and put it on the free* list of requested migratetype, possibly along with other pages from the same* block, depending on fragmentation avoidance heuristics. Returns true if |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |