函数逻辑报告 |
Source Code:mm\page_isolation.c |
Create Date:2022-07-27 17:59:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__first_valid_page
函数原型:static inline struct page *__first_valid_page(unsigned long pfn, unsigned long nr_pages)
返回类型:struct page
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | pfn | |
unsigned long | nr_pages |
155 | 如果非page则继续下一循环 |
157 | 返回:page |
159 | 返回:NULL |
名称 | 描述 |
---|---|
start_isolate_page_range | start_isolate_page_range() - make page-allocation-type of range of pages to* be MIGRATE_ISOLATE.*@start_pfn: The lower PFN of the range to be isolated.*@end_pfn: The upper PFN of the range to be isolated. |
undo_isolate_page_range | Make isolated pages available again. |
test_pages_isolated | Caller should ensure that requested range is in a single zone |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |