函数逻辑报告 |
Source Code:mm\internal.h |
Create Date:2022-07-27 07:09:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Iterator over all subpages within the maximally aligned gigantic* page 'base'. Handle any discontiguity in the mem_map.
函数原型:static inline struct page *mem_map_next(struct page *iter, struct page *base, int offset)
返回类型:struct page
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | iter | |
struct page * | base | |
int | offset |
416 | 如果此条件成立可能性小(为编译器优化)((offset & (MAX_ORDER_NR_PAGES - 1)) == 0)则 |
422 | 返回:iter加1 |
名称 | 描述 |
---|---|
clear_gigantic_page | |
copy_user_gigantic_page | |
prep_compound_gigantic_page | |
__copy_gigantic_page | Gigantic pages are so large that we do not guarantee that page++ pointer* arithmetic will work across the entire page. We need something more* specialized. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |